How to make it work on my computer?

Apr 13, 2009 at 2:06pm
closed account (LE3bqMoL)
Ok I know yuour need a compiler to run the program C++, but how do i make it just work on my computer...Like if i write a program and want to test on one of my friend how do I make it work?
Apr 13, 2009 at 2:32pm
you don't need a compiler to run a C++ program. Once compiled a program can run on all the computers compatible with the machine which it was compiled for.
Apr 13, 2009 at 2:36pm
closed account (LE3bqMoL)
Where do I put it to make it run on my computer??
Last edited on Apr 13, 2009 at 2:36pm
Apr 13, 2009 at 2:47pm
Once compiled, move the executable file in your computer and run it from there
Apr 13, 2009 at 3:02pm
closed account (LE3bqMoL)
I know that but where do I put it, do I hit run and wait for the little black box to open or something where do I put it to work?
Last edited on Apr 13, 2009 at 3:02pm
Topic archived. No new replies allowed.