来自 VS2005 的 C++ 编译器

标签 c++ windows visual-studio compiler-construction sdk

如果我想使用 Visual Studio 2005 附带的编译器但没有 IDE,我应该安装哪个 Platform/Windows SDK 来获得它? Windows SDK 2008?

最佳答案

根据这篇 MSDN 博客文章:

The compilers in the new Windows Server 2008 and .NET Framework 3.5 SDK match (are exactly the same as) the compilers shipped with Visual Studio 2008. In the Windows Vista RTM SDK or the Windows Vista Update SDK, the compilers matched the Visual Studio 2005 compilers.

您可以找到指向 Windows Vista Update SDK 的链接在这篇维基百科文章中:

关于来自 VS2005 的 C++ 编译器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7591942/

相关文章:

c++ - 有关在C++中初始化和调整大小的数组的问题

c++ - 为堆栈和堆指针重新分配内存

windows - 从 PowerShell 调用 Windows 运行时类 - window 8 Lockscreen Switcher

windows - 具有提升权限的 CreateProcessAsUser

c# - 如何使用 VisualStudio git 扩展通过密码访问来访问远程存储库?

c++ - 无法打开缺少的库

c++ - shmget 大小限制问题

c++ - 提升日期/时间 microsec_clock 编译不正确

python - 在 PyInstaller 中找不到导入的模块

c++ - 如何在 Visual Studio 中调试单行函数?