Setup C++ in VS Code | Install MinGW Compiler & VSCode and run C++ Programs

Опубликовано: 30 Сентябрь 2024
на канале: Kerim Academy
567
5

How to set up C++ with Visual Studio Code (vscode).

Install Visual Studio Code: https://code.visualstudio.com/

Install minGW (C++ Compiler): https://code.visualstudio.com/docs/cp...

Steps to setup minGW in windows:
1. Install MSYS2 using the link provided by microsoft https://github.com/msys2/msys2-instal...

2. Open MSYS2, enter the follow command:
pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain

3. Hit Enter for default selection, then type Y and hit Enter to proceed with the installation.

4. In your search bar, look for edit Environment Variables and open the setting. In the window bottom right, click Environment Variables. Click on Path in your list of User Variables. Click edit, new, add the following:

C:\msys64\ucrt64\bin

5. In your seach bar, look for Command Prompt and open it. Type in gcc --version, g++ --version, and gdb -- version. You should see minGW setup correctly.

Open vscode, and in extensions, look for C/C++ Extension Pack and install it. Then, create a new text file. Name it whatever you want, but be sure to include the .cpp extension.

Ex) Create a file named test.cpp and add some starter code. (include iostream, using namespace std, int main() ... cout "Hello World!")

On the top right, click on the play button to run your program. Select Run C/C++ File. You should now see your output display in the built-in terminal of VS Code!

And, there you have it! How to setup C++ for Visual Studio Code!

Download and Install Mingw
   • How to install MinGW w64 on Windows 1...  

Download and Install Visual Studio Code
   • How to install Visual Studio Code on ...  

Download and Install Python
   • How to Install Python on Windows 10/1...  

Learn Python: Full Course
   • Getting Started with Python Programmi...  

---------------------------------------------------------------------------
CONNECT WITH ME ON:
* Facebook: https://www.facebook.com/profile.php?...
* LinkedIn: www.linkedin.com/in/abdulkerim-Endris
* Twitter:   / kerimacademy  
* GitHub: : https://github.com/kerim2022
* YouTube channel:    / @kerimacademy122  
* Telegram: https://t.me/kerim_academy_tips
---------------------------------------------------------------------------