How to make it work on my computer?

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?
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.
closed account (LE3bqMoL)
Where do I put it to make it run on my computer??
Last edited on
Once compiled, move the executable file in your computer and run it from there
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
Topic archived. No new replies allowed.