Friday, July 31, 2009

How to program C using Visual C++?

Can you give me the detail on how to start. I just can't see how to start. Do i need to configure something? maybe the path.

How to program C using Visual C++?
Open a cmd window. Go to the path drive:\Program Files\Microsoft Visual Studio\VC98\Bin In the driver where you installed VC. Run VCVARS32.bat file


It will set all the path you need.


Now go to the path where your C program is.


compile using "cl"


Ex: cl filename.c
Reply:in vc++


file-%26gt;new -%26gt; open file tab-%26gt; c source file


then give the file name in the given slot, then press ok


then u will get the new window, then type ur program and execute it, then u will done.
Reply:there no diff in programming c %26amp; VC++ u can use the same browser, select the file type as c header or source file tats it


No comments:

Post a Comment