Iam using Visual C++ 2005 expresss editon beta. My problem is that when i build my program where does it save the exe to i've already looked into my project folder but it is not there Is there a certain button or something, your help would be greatly appreciated.

noob question
Mark Garner
luvmyduc
Also, you can just search for the name of your executable on your machine from the windows explorer or just the command prompt and do dir /s <name of executable> to find the location.
Thanks,
Ayman Shoukry
VC++ Team
Vic02
Teem60004
wait.. i compile but it doesn't even save the exe this is the message i get when compile it:
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
but it doesn't even save an exe
p.s. the button i clicked was under build then i clicked Build <name of project>