Visual C++

About the Visual C++ Editions

Microsoft Visual C++ version 6.0 is available in three editions: Standard, Professional, and Enterprise.

The Standard Edition   Learn the C++ language while using the professional Visual C++ tool set. The Standard Edition contains all of the features of the Professional Edition except code optimizations, the Profiler, and static linking to the MFC Library.
The Professional Edition   Develop applications, services, and controls for Win32 platforms, including Windows 95 and Windows NT. You can target the operating system's graphical user interface or console APIs.
The Enterprise Edition   Develop and debug client-server applications for Internet or intranet use. The Enterprise Edition includes tools for working with SQL databases and debugging SQL stored procedures in addition to all the features of the Professional Edition. The Visual SourceSafe source-code control system simplifies developing in a team environment.

Comparison Chart of of Features in Each Edition

What's New in Visual C++ 6.0?