cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Programs outside compiler
Programs outside compiler
May 21, 2012 at 9:24pm UTC
Jamaley
(9)
I took a college course on c++ and wasn't taught how to run the program outside of visual studio. Would like to know how I would go about it to use the programs I wrote outside the compiler.
May 21, 2012 at 9:49pm UTC
Athar
(4466)
Like any other program, by running the executable.
May 22, 2012 at 1:35am UTC
Jamaley
(9)
Where would I find it?
May 22, 2012 at 1:44am UTC
S G H
(2638)
In your Project/Debug or Project/Release folder. When sending it to other pcs, always use Resource compiles.
May 22, 2012 at 2:22am UTC
Jamaley
(9)
Thank you for your help
Topic archived. No new replies allowed.