Installing Dev-C++ IDE on Windows 10 and compiling/running first C/C++ program

GCC with MinGW-w64 in Visual Studio Code on Windows 11

In this tutorial session, we are going to install and set up Dev-C/C++ IDE on windows 10 then we will create our first C/C++ program and then compile and run it. Step 1: First need to download Dev-C/C++ IDE from the below link and install it. download link: https://www.bloodshed.net/ ( trusted official website) Step 2: … Read more