93.7k views
1 vote
How to download desktop development with c++ in visual studio

User Inhan
by
8.3k points

1 Answer

3 votes

Final answer:

To download the C++ desktop development workload in Visual Studio, visit the official website, initiate the installation, select the 'Desktop development with C++' workload, choose any additional components, and install them. Launch Visual Studio and create a new C++ project.

Step-by-step explanation:

To download desktop development with C++ in Visual Studio, follow these simple steps:

  1. First, visit the official Visual Studio website to download Visual Studio. Look for the Community, Professional, or Enterprise edition based on your needs. The Community edition is free and sufficient for individual developers.
  2. When you start the installer, you will see a list of workloads. In this list, locate and select the 'Desktop development with C++' workload. This will include all necessary features and tools for C++ development on desktop applications.
  3. After selecting the workload, you may also choose additional individual components or language packs as per your requirements. Once you have made your selections, click the Install button.
  4. Wait for the installation to complete. It might take some time depending on your internet connection and system performance.
  5. After installation is complete, launch Visual Studio. If it prompts you to sign in, you can use your Microsoft account or skip this step if you prefer.
  6. With Visual Studio open, you can create a new C++ project by navigating to File > New Project. Select a project template that suits your development needs, like a console application, and proceed by following the on-screen instructions to set up your project.

User Pedrofalcaocosta
by
7.9k points