简体   繁体   English

用cl构建对于c ++程序意味着什么?

[英]What does build with cl mean for a c++ program?

the file comclient.cpp here http://msdn.microsoft.com/en-us/library/aa645738(v=vs.71).aspx says build with cl. 此处的comclient.cpp文件http://msdn.microsoft.com/zh-cn/library/aa645738(v=vs.71).aspx表示使用cl构建。 what does that mean? 这意味着什么?

and also what type of project should I create n vc++? 以及我应该创建哪种类型的项目vc ++? win32, console? win32,控制台?

its the commandline compiler for visual studio for visualc++. 其用于Visual Studio的Visual Studio的命令行编译器。 Visual studio itself is just a mere IDE to help you code easier. Visual Studio本身仅仅是一个IDE,可帮助您更轻松地编写代码。 Just like Devcpp has gcc and g++ as its compilers. 就像Devcpp具有gcc和g ++作为其编译器一样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM