Home  >  Article  >  Backend Development  >  How to write c language in vs2017

How to write c language in vs2017

藏色散人
藏色散人Original
2020-03-03 09:18:509629browse

How to write c language in vs2017

How to write c language in vs2017?

First open the VS2017 software and choose to create the following project, as shown in the figure below

Recommended: "C Language Tutorial"

How to write c language in vs2017

Then enter the Win32 console program in the pop-up interface, as shown below

How to write c language in vs2017

Then check the empty project type, as shown below As shown

How to write c language in vs2017

#After the C language program directory is created, right-click the source file and select Add New Item

How to write c language in vs2017

Continue Select the C file and give the file a name, as shown below

How to write c language in vs2017

Then write the following C language program in the C language file

How to write c language in vs2017

Then click the local Windows debugger at the top, as shown in the picture below

How to write c language in vs2017

Then compile and run the C language program, as shown in the picture below

How to write c language in vs2017

The above is the detailed content of How to write c language in vs2017. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn