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:

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.

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.