适用于 Mac 的 Visual C++ 2010 Express
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7389960/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Visual C++ 2010 Express for mac
提问by connor.p
Is it possible to get Visual C++ 2010 Express for Mac OS X? If not is there another application, other than Xcode, that will do the same thing?
是否可以获得适用于 Mac OS X 的 Visual C++ 2010 Express?如果没有,除了 Xcode 之外,还有其他应用程序可以做同样的事情吗?
回答by parapura rajkumar
Visual Studio C++ is not supported on OS X.
OS X 不支持 Visual Studio C++。
You can use either Eclipse or KDevelop. A complete listing IDEs for C++ is available at
您可以使用 Eclipse 或 KDevelop。C++ 的完整 IDE 列表可在
http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#C.2FC.2B.2B
http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#C.2FC.2B.2B
回答by RedX
There is no Visual Studio for Mac that I'm aware of. I think QtCreator, Eclipse and NetBeans all work on Mac.
我知道没有 Visual Studio for Mac。我认为 QtCreator、Eclipse 和 NetBeans 都可以在 Mac 上运行。
回答by Anthony Coe
Microsoft has a version of Visual Studio which is cross platform. It will run on Windows, Mac OSX and Linux. It is called Visual Studio Code. You can download it at: https://code.visualstudio.com/download
Microsoft 有一个跨平台的 Visual Studio 版本。它将在 Windows、Mac OSX 和 Linux 上运行。它被称为 Visual Studio 代码。您可以在以下网址下载:https: //code.visualstudio.com/download
You will have to download the C++ extensions. It will take you to the market place where you can get the extension for free.
您必须下载 C++ 扩展。它将带您到市场,在那里您可以免费获得扩展。
Personally I prefer Xcode when coding on a Mac.
在 Mac 上编码时,我个人更喜欢 Xcode。
It's not hard to learn, but because it is fairly new there aren't many useful videos or articles on how to navigate Visual Studio Code. If you are familiar with Visual Studio IDE for Microsoft Windows, Visual Studio Code is a totally different program.
学习起来并不难,但由于它是相当新的,因此关于如何导航 Visual Studio Code 的有用视频或文章并不多。如果您熟悉适用于 Microsoft Windows 的 Visual Studio IDE,那么 Visual Studio Code 是一个完全不同的程序。
回答by user3995169
If you really want visual c++ bootcamp you MacOS. Install windows along side with Mountain Lion and you are good to go.
如果你真的想要 Visual C++ 训练营,你的 MacOS。与 Mountain Lion 一起安装窗户,您就可以开始了。