hello...im new to visual studio 2008
How do i compile C in visual studio 2008?

i have read this thread "Compiling C"
and its says to do this...
-------------
Go to View Menu select Solution Explorer or CTRL+ ALT +L

Then Select The project that your are developing and right click on that.

Then select the Properties from the submenu.

Then select the Configuration properties from the Tree structure. under that select C/C++ then select Advanced. Now in the right side pane change the property
Compile As from Compile as C++ Code (/TP) to Compile as C Code (/TC)

Finally change your file extensions to .c

Now you configured you Visual Studio to compile C programs
---------------
[IMG]http://i641.photobucket.com/albums/uu137/seleen666/overig/propertiesvisual.png[/IMG] "screenshot of my properties in visual studio 2008"

either i looked over it or i dnt have the option "Configuration properties"

so how do i compile my C program?

grtz jenny

Found it x.x

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.