简体   繁体   中英

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. what does that mean?

and also what type of project should I create n vc++? win32, console?

its the commandline compiler for visual studio for visualc++. Visual studio itself is just a mere IDE to help you code easier. Just like Devcpp has gcc and g++ as its compilers.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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