SonarLint Integration and use in Apache NetBeans

In this tutorial, we will learn to install and run SonarLint in NetBeans. Also, we will see how to enable and disable rules from settings. Let’s do it. Features: Support Java, Javascript, PHP, HTML, and XML Step 1: Download the plugin from the below link : https://plugins.netbeans.apache.org/catalogue/?id=21 Step 2: Import this plugin into Netbeans. Step … Read more

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