Can I use Visual C++ compiler without Visual Studio?

Is there any way that I can use Visual C or Visual C++ compilers from the command line without having to install visual studio?

I have tried it before, and I couldn't find one. Seeking help.


Yes you can, for example Windows SDK comes with a Visual C++ compiler, but it doesn't contain Visual Studio, a quick search found this msdn page.

LE "brilliant" decision from Microsoft: it seems that newer Windows SDK doesn't come with compilers, so you need to install Visual Studio to have what to use from command line.

链接地址: http://www.djcxy.com/p/76446.html

上一篇: 操作栏中的Android中心自定义视图

下一篇: 我可以在没有Visual Studio的情况下使用Visual C ++编译器吗?