noob question

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.

 




Answer this question

noob question

  • Mark Garner

    I need to be directed to a site that defines and shows the commands for C++

  • luvmyduc

    Check the properties of you solution, under C\C++--> Linker you should see where the output file goes.

    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

    thanks!


  • 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>



  • noob question