i have some question regarding compilers
1) i have visual studio ultimate 2010. can i compile c++ program using that or i need a separate compiler ???
2)Can i compile C++ program on VC++?
3) i was able to compile c++ in vc++ as a project but not as a new file. same with VS 2010.
2 replies to this topic
#1
Posted 02 June 2010 - 11:37 PM
|
|
|
#2
Posted 02 June 2010 - 11:57 PM
If you dont want to make a project file you need to use the compiler directly. cl.exe in VC\bin directory.
How to: Compile a Native C++ Program from the Command Line
Compiler Options Listed Alphabetically
How to: Compile a Native C++ Program from the Command Line
Compiler Options Listed Alphabetically
std::string s("oberq zhpu?");std::for_each(s.begin(),s.end(),[&](char&c){c=~c;c=~c-0x01/(~(c|0x20)/0x0D*0x02-0x0B)*0x0D;});std::cout<<s;
#3
Posted 03 June 2010 - 08:56 PM
ok thanks
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









