cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
two cpp files
two cpp files
Jun 28, 2010 at 5:16pm UTC
kulfi
(7)
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
Jun 28, 2010 at 5:51pm UTC
Computergeek01
(5613)
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.
Jun 29, 2010 at 8:19am UTC
kaduuk
(158)
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
Jun 29, 2010 at 8:20am UTC
Topic archived. No new replies allowed.