|
2 registered members (TipmyPip, 1 invisible),
18,731
guests, and 7
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Questions about Lite-C
[Re: hack-panther]
#111970
02/16/07 18:55
02/16/07 18:55
|
Joined: Jul 2000
Posts: 28,024 Frankfurt
jcl

Chief Engineer
|

Chief Engineer
Joined: Jul 2000
Posts: 28,024
Frankfurt
|
Quote:
Another question... In the C-Lite ebook... What exactly means "Classes & methods" = "partially"?
Classes and methods are supported by lite-C, for the Windows API (COM model). You'll need classes in many cases, f.i. for writing native DirectX programs. This however is for advanced programmers, not for beginners. lite-C has basic class support that is sufficient for APIs like DirectX, but many advanced C++ features, for instance inheritance, are not supported.
See: http://manual.conitec.net/litec_api.htm
|
|
|
|
|
|