Jump to content

C++ compiler queries...pls help...frustrated

- - - - -

  • Please log in to reply
2 replies to this topic

#1
rakz

rakz

    Newbie

  • Members
  • PipPip
  • 17 posts
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
julmuri

julmuri

    Programmer

  • Members
  • PipPipPipPip
  • 139 posts
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
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
rakz

rakz

    Newbie

  • Members
  • PipPip
  • 17 posts
ok thanks




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users