exe file

Jan 24, 2011 at 7:54pm
hey im just wondering how to make an .exe file because i dont know anything about them. plz help.
Jan 24, 2011 at 7:55pm
Which IDE do you use?
Jan 24, 2011 at 8:14pm
You need to compile your source files http://www.cplusplus.com/forum/articles/7263/
Jan 24, 2011 at 8:21pm
i use dev c++
Jan 24, 2011 at 8:47pm
simply create your program and then save it. when you go to where you saved the program (in this case in .dev) there will be many files: example.cpp - example.o - example.dev and there wll also be example.exe to run your created program. :)
Jan 24, 2011 at 10:36pm
nope there isnt an .exe file
Jan 24, 2011 at 10:41pm
simply create your program and then save it. when you go to where you saved the program (in this case in .dev) there will be many files: example.cpp - example.o - example.dev and there wll also be example.exe to run your created program. :)

No, saving it will not create an .exe file. Compile and run the program in Dev-c++ with F9, or compile only with Ctrl+F9. The .exe file will be in the same directory as the .cpp file.
Jan 24, 2011 at 11:46pm
when you say it is in the same directory as the c++ file what do you mean.
Topic archived. No new replies allowed.