c++ - "VC++"和 "C++"有什么区别?

标签 c++ visual-c++

有人问我对 VC++ 有多熟悉,对 C++ 有多熟悉。有什么区别?

最佳答案

C++ 是实际语言,VC++ 是微软的 Visual C++,一个用于 C++ 开发的 IDE。

来自 stason.org :

C++ is the programming language, Visual C++ is Microsoft's implementation of it.

When people talk about learning Visual C++, it usually has more to do with learning how to use the programming environment, and how to use the Microsoft Foundation Classes (MFCs) for Windows rather than any language issues. Visual C++ can and will compile straight C and C++.

关于c++ - "VC++"和 "C++"有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/197461/

相关文章:

c++ - QML/D 文本编辑器和基本注意事项

c++ - 静态构造函数初始化器可能吗?

visual-c++ - 遍历 MFC CComboBox 的项目

c++ - 在 C++ 中是否可以提供更好的错误报告?

c++ - 跨平台 _wtoi() 实现?

c++ - 如何在没有基础模板参数的情况下将模板模板参数传递给模板类?

c++ - C++ 中的伯努利随机变量

c++ - 使用 SWIG 对 C++ 库进行 Matlab 绑定(bind)

c++ - MAKEINTRESOURCE 和 WM_NOTIFY 是如何工作的?

visual-studio-2010 - 当浏览模式设置为文件夹浏览时 CMFCEditBrowseCtrl 崩溃