Microsoft Visual C++
维库,知识与思想的自由文库
Microsoft Visual C++ (MSVC)美國微軟公司的C++開發工具,是具有集成开发环境的產品,可提供編輯 C,C++以及C++/CLI等電腦語言。VC++ 整合了便利的除錯工具,特別是整合了微軟視窗程式設計(Windows API)、3D動畫DirectX API, Microsoft .NET Framework。目前最新的版本是Microsoft Visual C++ 2005。
[编辑] 風格Visual C++以拥有“语法高亮”, IntelliSense (自动编译功能)以及高级除错功能而著称。比如,他允许用户进行远程调试,单步执行等。还有允许用户在调试期间重新编译被修改的代码,而不必重新启动正在调试的程序。 其編譯及建置系統以預編譯頭文件、最小重建功能及累加連結著稱。這些特徵明顯縮短程式編輯、編譯及連結的時間花費,在大型軟體計畫上尤其顯著。 [编辑] 歷史Visual C++最初叫做Microsoft C/C++.
http://msdn2.microsoft.com/zh-cn/vstudio/aa718349.aspx 奇怪的是,这个网页强调用户也必须运行Windows 98、Windows NT 4.0、或Windows 2000。
[编辑] 最新版本Visual C++ 目前有四種最新版本:
Visual C++ 被整合在 Visual Studio之中。 Microsoft Visual C++ 2005 Express 可從MSDN 的網站免費下載使用。 [编辑] Visual C++ 2005 ExpressThis Microsoft Visual C++ (or Visual C++ 8.0) is available in two flavors: as a part of Microsoft Visual Studio 2005, and as a standalone "Express Edition" product. Both should be available for MSDN subscribers and were released officially in October of 2005. Microsoft Visual C++ 2005 Express Edition is available from the Microsoft Developer Network (MSDN) web site as a free download. [编辑] 64位元版Visual Studio 2005 Standard and Professional editions have x64 compiler support, and Visual Studio 2005 Team System supports IA-64 and x64. Before Visual C++ 2005 was released, programmers were supposed to get the Platform SDK if they wanted to write 64-bit programs. That included the 64-bit compilers and the 64-bit versions of the Visual C++ 6.0 libraries. If they wanted the 64-bit versions of the Visual C++ .NET 2003 libraries (which is no longer available), they were supposed to contact libs7164@microsoft.com. [编辑] 參見[编辑] 外部連結
| ||||||||||||||||||||||||||||||||


