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

Change code editor’s font size IntelliJ IDEA || Change editor font size by mouse scroll up and down

In this tutorial, we will learn to change the code editor’s font size in the IntelliJ idea. we can do it in two ways. we can enable font resizing with Ctrl + mouse scroll. Also, we can set font size permanently. I have shown both ways in this tutorial. I hope you found this tutorial … Read more

IntelliJ Idea 2023.1 community edition installation on Windows 11 (64bit) | Tutorial for Beginners

Hello coders, In this tutorial, we will learn to download and install IntelliJ Idea Community Edition v2023.1 on Windows 11. Also, we will see to create the first sample Java project in this tutorial. It’s an easy task. Let’s do it together. Prerequisites – JDK/Java must be installed on your system. open cmd and type … Read more

Complete Uninstallation of IntelliJ Idea – standalone version from Windows 11

Open the Programs & Features section in the Windows Settings dialog, select the IntelliJ IDEA app, and click Uninstall. Depending on your version of Windows, the procedure for uninstalling programs may be different. You can also manually run Uninstall.exe in the installation directory under /bin. Remove the following directories:Syntax Example: C:/Users/xyz/AppData/Roaming/JetBrains/IntelliJIdea2023.1 C:/Users/xyz/AppData/Local/JetBrainsIntelliJIdea2023.1     I … Read more