Step-by-Step Guide - How To Set Up C++ and Visual Studio Code On Windows
Step-by-Step Guide - How To Set Up C++ and Visual Studio Code On Windows
net
https://code.visualstudio.com/download
Click the “Download for Windows” button.
Once the download is complete, run the Visual Studio Code installer and follow the on-
screen instructions.
2. Download the Mingw compiler
Download the Mingw-w64 installer that corresponds to your system architecture (32-bit
or 64-bit).
Run the installer and follow the on-screen instructions.
Once setup of mingw is completed open the downloaded application and install following
packages inside it, apply the changes from the top down menu
3. Install Visual Studio Code
Open the Visual Studio Code installer that you downloaded in step 1.
Click on “New” and add the path to the Mingw-w64 bin folder.
Click “OK” on all the windows to close them.
5a. Install the C++ extension for Visual Studio Code
In Visual Studio Code, click on the Extensions icon on the left-hand side of the screen (the
one that looks like four squares).
In Visual Studio Code, click on the Extensions icon on the left-hand side of the screen (the
one that looks like four squares).
Congratulations! You have now set up C++ and Visual Studio Code on your computer. You can now
create a new C++ file in Visual Studio Code, write some code, and run it using the Code Runner
extension.
Recommended For Techies !!!
how to activate
windows 10 for
GOTECHIS
APRIL 4, 2023 AT 12:34 AM
#include
using namespace std;
int main()
{
cout<<"My name is fahad"; return 0; }
Reply
Leave a Comment
Your email address will not be published. Required fields are marked *
Type here..
Post Comment »
Copyright © 2024 GoTechies.net | Powered by Astra WordPress Theme