Making application

i tried with c++ making application but i can do it just debug, how can i make
application .exe even if somebody doesn't have C++ can run the program.
closed account (z05DSL3A)
What compiler/IDE are you using on what platform...?
Last edited on
i dont know man i just installed that and i wanna make applications, so
how can i do that, and what is compiler/IDE ?
You don't know what program you installed?
C++ 2008 Express Edition !
OK, so MS C++ 2008 Express is your compiler/IDE.
I guess from your post you have managed to create a simple program, and run it in debug mode.
You should find a directory for C++ 2008 in 'My Documents', and in that a 'Projects' directory. In that will be a directory for the project you build, and in one of the directories below that the .exe of your program.
Topic archived. No new replies allowed.