Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Visual Studio 2022

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article shows you how to implement the installation of Visual Studio 2022, which is concise and easy to understand, which will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

I. download from the official website

1. Click the blue link-> Visual Studio official website, enter this interface, choose the community version of Community download (the community version of Community is free for individuals, a total of three versions), here is the .exe executable file, relatively small, about 1.57m.

two。 The installation file icon:

II. Installation and start-up

1. After downloading, put it on the desktop and click on it.

two。 Click continue, wait for the download and installation for a period of time, go to the following page to configure the workload

3. Find the desktop development that uses C++ in the desktop application and mobile application module, and click in the box to select

4. Swipe down to find the extension development section of Visual Studio in other toolsets

Then let's take a look at the installation location.

5. If you do not want to install on disk C, if you want to switch locations, click on the installation location.

6. After clicking on the installation location, enter the interface and click … Select installation location

7. Then there is the choice of the language pack. The default is Chinese (simplified), so there is no need to modify it.

8. Then move to the lower right and choose to install when downloading or after downloading is complete. Click on the lower right corner to install

9. Click the installation to go to the installation page, select the installation and start it. After installation, the installed VS will be started automatically.

10. Start

III. Project testing

1. Create a new project

two。 Find the header file on the right

3. Right-click, after you find the new item in the add, click

4. After clicking, go to the add New item interface and select C++ file, and click on the lower right corner to add. (name and location can be changed)

5. After we add it, we see that a C++ source file with the suffix .cpp is built.

6. How about writing a Hello,World?

# includeusing namespace std;int main () {cout

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report