Home » Education » How to Install MinGW (MSYS2) and Run C, C++ program in Microsoft Visual Studio( VS Code)|Ada Code|

How to Install MinGW (MSYS2) and Run C, C++ program in Microsoft Visual Studio( VS Code)|Ada Code|

Written By Ada Code on Wednesday, Feb 09, 2022 | 07:37 AM

 
In this video, I will show you How to Install MinGW (MSYS2) and Run C, C++ programs in Windows 11, Windows 10, Windows 7. Even If I am performing this video in Windows 11 System, the same process and files are required in any other Windows Operating System. Hope the video is Helpful And If it is Do Like, Share and Subscribe My Channel "Ada Code". Ada Code Channel Link:- https://www.youtube.com/channel/UCvjL... Prerequisite Video:- Install and configure Microsoft Visual Studio Code (VS Code) https://youtu.be/X-oZvllD2FY Download Link:- Microsoft Visual Studio Code https://code.visualstudio.com/download MinGW official download page https://www.mingw-w64.org/downloads/ MSYS2 MinGW Download Link https://www.msys2.org/ *Initial Commands pacman -Syu pacman -Su *Commands for installation of gcc & gdb pacman -Ss gcc For 32 bit: mingw-w64-i686-gcc For 64 bit: mingw-w64-x86_64-gcc pacman -Ss gdb For 32 bit: mingw-w64-i686-gdb For 64 bit: /mingw-w64-x86_64-gdb *Commands for Version Check of gcc, g++ & gdb gcc --version g++ --version gdb --version Other helpful Videos:- How to Install JDK File and Run JAVA program in Microsoft Visual Studio( VS Code) How to Install and Configure JDBC with MySQL also Create Database in VS Code https://youtu.be/ZhljL_0gm04 Ada Code is a channel where I put such content which at my academic time I thought was difficult to find on YouTube and if found it was difficult to understand. At Ada Code, I provide all the necessary resources such as Source Code's, Website link's from which you can Download Software's and File's, etc. Here, I try to provide all the commonly in Portion Practical Topics given to Computer Science Academic Students. Also, If anyone wants any of their practical code's Done "Feel Free and write it in the Comment Section of any Video" I'll surely make a Video on it.