Jump to content

Microsoft Foundation Class Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Saltine (talk | contribs) at 16:30, 8 August 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Microsoft Foundation Classes is a set of classes in C++ that serve as a wrapper for the Windows API. Each class controls a different object; for example, the CDialog class controls a dialog.