Setting Up Your Computer (Windows)
CLion
JetBrains - CLion is a development environment that will assist in your implementation of C programs.
Here are the installation instructions:
- Go to the student application page and sign up.
- Follow the instructions emailed to you.
- Choose the appropriate download for you computer platform (Linux/Mac/Windows) and download the file.
- Open the downloaded file.
Clion Quick Start Guide
Setting up GNU GCC for Windows: using MinGW
- Download the MinGW installation executable.
- Save to a location you can find easily (your downloads directory)
- Run the exe
- I selected the installation dir to be C:\Program Files\MinGW\
- Under "Install Compilers" I checked:
- C Compiler
- C++ Compiler (optional)
- MSYS Basic System
- MinGW Developer Toolkit
- Install