Home>Article>Backend Development> How to create a new C language project in visual c++6.0
1. First, switch to "FileView" in the workspace
2. Click [File View] ], select [New]
3. Select "c source File" to create the source file, then check "Add to Project", name the file, and click "OK" "
4. In the same way, click "File", create a new one, in the pop-up window, select "C/C Header File" to create a header file, and then check " Add to project", name the file, and click "OK".
Such a C language project is created.
Recommended tutorial:c language tutorial
The above is the detailed content of How to create a new C language project in visual c++6.0. For more information, please follow other related articles on the PHP Chinese website!