How to Set Visual Studio Code Using MinGW (MSYS2) for C/C++ (GCC,G++,GDB)

Subscribers:
3,830
Published on ● Video Link: https://www.youtube.com/watch?v=hofQGTM1mPs



Category:
Tutorial
Duration: 21:59
281 views
12


Dosto aaj ke is video mein hum Visual Studio Code ko apne device mein install krenge aur MingW ki help se C/C++ ke liye apne Visual Studio Code ko set krenge to is baare mein sb jaanne ke liye humaare is video ko pura dekhe aur kuch bhi mistake na ho isliye video ko skip bhi na kre.

Download Visual Studio Code from below Link
Visual Studio Code : https://code.visualstudio.com/

Download MSYS2 from below Link
MSYS2 : https://www.msys2.org/

Commands Which is Used in Setup are Given Below (for x64)
Update the package database and base packages using : pacman -Syu
Update rest of the base packages : pacman -Su
To install gcc and g++ for C and C++ : pacman -S mingw-w64-x86_64-gcc
To install the debugger ( gdb ) for C and C++ : pacman -S mingw-w64-x86_64-gdb

Commands Which is Used in Setup are Given Below (for x86)
Update the package database and base packages using : pacman -Syu
Update rest of the base packages : pacman -Su
To install gcc and g++ for C and C++ : pacman -S mingw-w64-i686-gcc
To install the debugger ( gdb ) for C and C++ : pacman -S mingw-w64-i686-gdb

To check the installation (x64 or x86)
gcc version : gcc --version
g++ version : g++ --version
gdb version : gdb --version

Timecodes:
00:00 Download Required Files
00:53 Installing MSYS2
02:05 Setting Up MSYS2
04:40 Installing GCC and G++
08:80 Installing GDB
13:06 Installing Visual Studio Code
14:10 Setup Visual Studio Code
17:30 Solve Errors of VSC
19:42 Testing a Program


नमस्कार दोस्तों RahulTeachSpot29 में आपका स्वागत ह मैंने ये चैनल उन इंडियन लोगो के लिए बनाया ह जो रोज़ाना "टेक्नोलॉजी, मोबाइल फ़ोन, कंप्यूटर" के विषय में कुछ नया जानना चाहते हो !
अगर आपको इन विषय के बारे में जानकारी प्राप्त करनी ह तो आप हमे "Discussion Tab" में लीख कर बता सकते हैI
#RahulTeachSpot29 #India #Hindi

Watch How to & Tutorials Learn Some About PC,Internet,Phone and Technology and More..

For Becoming the Member of Our Channel : https://www.youtube.com/channel/UC7CInRI1CBsDmC1HJPRRhHQ/join

Watch Our Videos and Don't Forget to Like,Comment,Subscribe and Share.

Facebook : https://www.facebook.com/Rahulteachspot29R
Twitter : https://twitter.com/RahulTeachSpot
Youtube : https://www.youtube.com/channel/UC7CInRI1CBsDmC1HJPRRhHQ?sub_confirmation=1
Instagram : http://instagram.com/R0ahulkd2

For business inquiries: R0ahulkd2@gmail.com







Tags:
RahulTeachSpot29
Visual Studio Code
MingW Setup in Visual Studio Code
2022 Setup Video
Set Visual Studio Code for C/C++ Programming
Set Visual Studio Code Easy Setps
Full Setup with MSYS2
Setup using minGW
GCC G++ GDB
Visual Studio Code Working Terminal for C
Best Method to Solve Visual Studio Code Errors