compiling my project

Hi, ive just made a simple piece of code and i want to compile it to a .exe, ive look in the help files but cant find anything, can anyone help me please

 

-Cnrb



Answer this question

compiling my project

  • chadr - msft

    Basically when i used a program called dev c++ all i did was click compile and it would compile my project and in a folder somewhere there would be the .exe of the project ready to be used. Im just wondering how i would go about doing this in visual c++ express, if it is possible.
  • DanielG

    Create a project. Write your code. Compile. Use it. Thats it!

    Just read the basic help to get more infos.



  • Phil Brammer

    Please try to explain what you have doen in more detail. Nobody can help you with such an open question.

  • compiling my project