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.