Can someone tell me how to run programs. I have windows, and we have to use SSH and c++. He went over it with us in class, but only for mac, not windows. If someone could give me instructions on how to do it i wold really appreciate it. Thanks.
Hi rrataj. I use Dev C++ and Code::Blocks namely, but to run your program you have to compile the code and in dev c++ it should be a .exe file in the same directory that you can use/move etc.
In Code::Blocks you click build and run which should do the same as long as the .cpp files have been saved in a directory or somewhere.
Hope this helps. message me if you found this helpful
-- Practicing Programmer.