Visual C++ 2005 Express Edition
Developer(s) | Microsoft |
---|---|
Stable release | 8.0.50727
/ November 8 2005 |
Operating system | Windows 2000, Windows XP, Windows Server 2003 |
Type | IDE |
Website | Main product page |
Visual C++ Express Edition is a freely downloadable IDE and compiler made by Microsoft Corporation. This edition does not include some of the features available in the more complete Standard, Professional, and Team Suite editions. Some common software libraries are missing -- specifically the Microsoft Foundation Class and Active Template Library (However, there is a workaround, see below) -- but it can still often be used effectively for making software at an enthusiast level, the target group for this Visual Studio edition.
Due to the popularity of this free compiler, numerous popular programming libraries have been or are being modified to compile under it, including Irrlicht and Valve's Source engine.
It is possible to use the Windows Server 2003 R2 Platform SDK (Free for download) with the IDE so MFC and ATL libraries are available to the user.
Visual Basic 2005 Express was released November 7 2005 and was supposed to be free just for one year, however Microsoft announced on April 19 2006 that it will remain free. [1]
External links
- Visual C++ 2005 Express Edition
- Windows Server 2003 R2 Platform SDK Web Install (Need a High Speed Connection so download times are not so high)
- Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK Web page from Microsoft describing how to integrate the Platform SDK to work with Visual C++ Express.
See also