- [x] Hello World! - [x] Compilation - [x] Headers files - [x] Source Files - [x] Compilation - [x] Linking - [x] ~~How GCC works (brief)~~ - [x] ~~Using GCC~~ - [x] Types and Variables - [x] Types - [x] Variables - [x] Literals - [x] Operators - [x] Enums - [x] Type casting - [x] Printing - [x] `printf` - [x] Formatting - [x] Array & Strings - [x] Control Flow - [x] if - [x] else - [x] else if - [x] switch - [x] Loops - [x] while - [x] do-while - [x] for - [x] Functions - [x] Pointers - [x] Dynamic Memory - [x] Structures - [x] Macros & The Preprocessor - [x] ~~The Standard Library~~
How GCC works (brief)Using GCCprintfThe Standard Library