How to use VS2019 C compiler on Windows 10

First, install the VS 2019

First VS official website to download the free VS2019 community. Our aim is to use the software on a Windows compiler C, as shown below, the use of C ++ desktop development tick

 

 

Second, create a .C program

1. Open VS, select Create a new project

2. Select Empty Project

3. Fill in the project name, location and confirm

4. Right-click the new interface in the source file, select Add ---> New Item

5. Select the C ++ files (.cpp)

6. The name of the modified bit .c .cpp

7. start writing your own programs .c

Guess you like

Origin www.cnblogs.com/Civitate/p/11621355.html