The Win32 Library

For a full course on MFC (Microsoft Foundation Classes) see:

http://www.cs.sjsu.edu/faculty/pearce/mfc/

Some topics not covered in the standard C++ library include:

Reflection

Concurrency

Sockets

Using the Bridge Pattern we tie the code in these sections to the Win32 Platform in

Systems