hi, can anyone tell me how do I compile a source .cpp file in Visual Studio 2010 somelike dev-C++ or CodeBlocks?
thx a lot!
Just build your solution in Visual Studio. Hit F6.
If you want to run it you can use F5 to run with debugging or Ctrl + F5 to run without debugging.
Can't advise on the others.