Tuesday, July 14, 2009

How to open and compile a "C" Program in Visual Studio 2005?

I am new to programming environment. I have Visual Studio 2005 installed on my computer. I would like to know how to open and compile a basic "C" Program in Visual Studio 2005 IDE.


Thank you in advance.

How to open and compile a "C" Program in Visual Studio 2005?
If you already have a source code file, go to File menu, chose Open File, and select desired file. You can aslo select a project made in a previous version of Visual Studio. It must convert that file into a new project. Then if the source code is correct, there is a menu called Compile, go there and select Compile of Build. Then you have tu run the executable file.


No comments:

Post a Comment