Where's the exe? o_O

Huhu,
I have created a small app but I am unable to find the EXE-file. Where are they located?

compiler: VC 2008
OS: XP

I guess it is in my documents\VC2008...somewhere there. Or do I have to export it first somehow?
You need to compile it
Eh, I thought it would be compiled automatically. Where can I compile my code then? (Eh, I mean, I can start the app...but where...can I compile it...?)
Once you compile it (you click build->build solution), you can either hit the green "play button" to run it, or you can goto:

my documents/visual studio 2008/projects/your project/

Look inside the debug or release folders. I prefer the play button though.
Argh...found my mistake. You have to look in the debug folder in mydocoments/visual studio 2008/projects/project name/Debug and not in

my documents/visual studio 2008/projects/your project/project/Debug.

I don't get an EXE trough the debugging process into the folder you have described, there are just some other files (also debugging files). But thank you !
Topic archived. No new replies allowed.