Hi guys I've been using Dev-Cpp before and then recently Code::Blocks i just wanna know how do I run programs through Command Prompt I've Googled this but I still don't have the answer you don't have to explain it just a good link will help. (Windows XP SP3)
When you compile it builds an exe file. Open the cmd prompt, navigate to the folder that contains that file, and type the filename in and press enter.
CodeBlocks or Dev-C++ should automatically do this for you when you click "run" after compiling anyway... dev will close the window automatically but CB will keep it open for you to see what the final output was.