Recently, some friends have consulted the editor about how to use vc++6.0 win10 version? The following will bring you some tips on how to use vc++6.0 Friends in need can learn more about how to use the win10 version.
How to use vc++6.0 win10 version
1. After opening Microsoft Visual C++ 6.0, select: File - New, and select "Project" in the dialog box that opens.
2. Then select "Win32 Console Application" -> fill in the "Project Name" -> select "Location" -> "OK".
3. Then select: File - New, and select "File" in the dialog box that opens.
4. Then select "C++Source file" -> fill in the "File Name" -> "OK". This creates a .cpp file.
5. Finally, just write your c language code in the .cpp file.
6. After the code is written, look at the tool and there is an icon like this:
Click "Compile", "Connect", and "Run" in sequence, and the program will run automatically.
The above is all the content on how to use vc++6.0 win10 version brought to you by the editor. I hope it can help you.