christophbrgr / in8011_fall19

Tutorial Materials for Group 12 of IN8011 at TU Munich, Fall 19/20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

in8011_fall19

Tutorial Materials for Group 12 of IN8011 at TU Munich, Fall 19/20

We use GCC as our compiler via MinGW in this course and the officially supported IDE is CLion by Jetbrains. However, you are free to use whichever IDE you prefer, as long as any code you submit compiles with gcc -Wall -Werror -std=c99 on a Linux machine.

Everything from tutorial 1 onwards is a CLion project file, so you should be able to open it directly in your IDE (and thus also includes a hidden .idea folder for each project)

About

Tutorial Materials for Group 12 of IN8011 at TU Munich, Fall 19/20

License:MIT License


Languages

Language:C 97.6%Language:CMake 2.4%