CSetting up Environment

Downloading and Installing Code::Blocks

To get started with Code::Blocks, follow these steps to download and install the IDE on your Windows desktop.

Step 1: Download the Installer

Click the link below to download the Code::Blocks installer that includes the MinGW compiler:

Download Code::Blocks Installer

Step 2: Run the Installer

  1. Locate the downloaded installer file (usually in your Downloads folder).
  2. Double-click the installer to run it.

Step 3: Follow the Installation Instructions

  1. When prompted, click “Next” to proceed with the installation.
  2. Accept the license agreement and click “Next.”
  3. Choose the installation directory or leave it as the default, then click “Next.”
  4. Ensure that the option to install the MinGW compiler is selected, then click “Next.”
  5. Click “Install” to begin the installation process.

Step 4: Complete the Installation

Once the installation is complete, click “Finish” to exit the installer. You can now launch Code::Blocks from your Start menu and start coding in C!


This is the video for the setup and installation