exicutables  
Author Message
warrentini





PostPosted: Visual C++ Express Edition, exicutables Top

im new to the language c but i have cisual c++2005 express edition and i can type my code then compile it but ive searched all over my computer and havent found an excicutable for any small programs ive written so im just wondering wer the exicutables save to

if somone could tell me that would be nice thank, you



Visual Studio Express Editions32  
 
 
Jonathan Caves - MSFT





PostPosted: Visual C++ Express Edition, exicutables Top

Pressing F5 or CTRL-F5 will execute your program.

 
 
warrentini





PostPosted: Visual C++ Express Edition, exicutables Top

thnx that worked


 
 
nobugz





PostPosted: Visual C++ Express Edition, exicutables Top

You'll find your .exe in the Debug subdirectory of the folder where you stored your solution.