CLion - The Required Software for COP3014



About CLion

CLion is a compiler for our code that we will be writing in this course. Therare are many different C++ compilers available, and some treat code differently (slightly) than others. So, for our course, students are required to develop and ensure their code compiles with CLion.
If you choose to develop in another compiler environment, this is fine, but you MUST be sure your programs run on CLion before submitting as this is what we will be using for grading.

CLion is available for Windows, Mac, and Linux Machines



Downloading CLion and Creating a project in CLion

Check out THIS LINK to learn how to properly download CLion and create a new c++ project for this course. Make sure to follow the directions very carefully.


CLion on Campus

Computers with CLION are available in a few locations on campus:
  • MCH315A (Your recitation Classroom)
  • CS Majors Lab LOV 006
  • More soon


  • Other Compiler Options

    If you're having issues with CLion, or need access to a different compiler for whatever reason, a great one to use is Online GDB. This is the ONLY allowed online compiler in this course -- reason being, some post code publicly to the web. Online GDB keeps all your files private. You can also make an account on that site if you choose. Remember, though, if you use ANY other compiler besides CLion, make sure to check that your code also runs alright in that environment before submitting.