two cpp files

hi, i am just new to c++ and the compiler i am using for this visual studio 2010 i want to know that can i work with two executible files in one project.
thanks
In what way? I can think of a way to do this but it would be helpful to know what you are trying to accomplish.
I'd think you're saying you'd like to be able the first .cpp file at the same time as another one?
You could do that by using the #include function :)

But as computergeek said, it's easier for us if you'd say what you're trying to accomplish
Last edited on
Topic archived. No new replies allowed.