C++ Windows Programming
2. The second way to program for Windows 98 uses a special C++ class library, which encapsulate the API. By far the most popular Windows programming class library is MFC (Microsoft Foundation Classes).
It is best employed after you have gained a firm foundation in Windows programming using API!