C code A collection of C source code from my short time of learning it To compile the GUI programs first install libgtk2.0-dev then run gcc `pkg-config --cflags --libs gtk+2.0` file.c -o output Other than that, all should compile, please tell me if you find any bugs so I can learn and fix