How to use VC++6 to create a C language program? Some netizens must not know much about it. For this reason, this article brought by the editor today shares with everyone the method of creating a C language program in VC++6. Let’s take a look.
First we open the VC++ tool, and then we click the New option under the File menu, as shown in the figure below
In the new interface that pops up, we select the Win32 Console Application program under the project page, as shown in the figure below
Then the program type interface of the Win32 console program will pop up, as shown in the figure below, we select the empty project
After creation, you will see the classes project file name on the left side of VC++, as shown in the figure below
Then click on the New menu, this time click on the C++ Source File option under the file page, as shown in the figure below
After the creation is completed, you will see the C language file in the interface, and then you can edit the C language program, as shown in the figure below
In summary, to use VC++ to create a C language program, you first need to create a project type, and then you can create a C language file under the project.
Here is a way to share VC ++ 6 to create C language programs. Friends in need, please come and read this article!