thesoundless:
I do don\'t know if your question should have been made here, but well, since you\'ve already made it, I\'ll try to answer you.
I understand that you\'ve made a little program yourself.
In order to launch it, first you\'ve to compile it (there should be a button called \"compile\") after that, some errors might appear, focus on them and try to correct them; that is, modify lines, compile again, till there are no errors. The next step is linking, and then executing.
Anyway I seem to recall there was an option (called build? perhaps) that made those steps at once. I think there\'s also a button with an exclamation mark that launches the program once you\'ve compiled it (not really sure about this last) but anyway, after all the process is finished, you\'d have a .exe file in the same directory where you\'ve the .c or .cpp files of your program.