two cpp files

Ragrdless of what i am doing i just want to know that if i construct more than one programs in one project and in Visual Studio 2010 how can i get the control of compiling each program and dislaying the result what is happening with me is that i can compile the first one and run but i can not run the second one.
thanks
You need to create a project for every "executable" You want to run...

Ofc, You can add multiple projects to the current solution, but you can only let the debugger focus on the active project...

But You could just build the whole solution and run the exe files without debugging from their folders...

Or start two instances of VS...

many options here...
Thanks for the reply but can u please tell when u make multiple executible files in one project than how do u play with them.
thanks
If I understood your question correctly, then I already did anwser it...

What is unclear to you?...
Topic archived. No new replies allowed.