General C++ is typically refering to ANSI C++ which is the traditional flavor of C++. However, when people talk about Miscrosoft C++ they are referring to MFC(Microsoft Foundation Classes). This is a large set of C++ classes that allow easier interaction with the WIN32 API. They work together just the same rules of libraries aplies at compile and run time.