954,483 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

programming in C using Visual C++.net

Hi,
I'm very new to programming. I have Visual C++.net and I want to know
how to create a program in C. The software is automatically adding the
.cpp extention to all of my projects, but I want files with the
.c extension.

Thanks :eek:

Charliebot
Newbie Poster
2 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

When you name your files, you can choose to use a .c extension. Or you can go to the Project->Properties dialog, select C/C++, then Advanced, and next to Compile As, select Compile as C Code to ensure that you're actually compiling as C.

Narue
Bad Cop
Administrator
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You