Topic
C
Materials found: 3
Pointers, Functions, Structures, and Dynamic Memory in C
In this post I explain pointers, functions, the preprocessor, structures, and dynamic memory in C, from core rules to practical safe-code patterns.
C Language Constructs
In this post I explain the core constructs of the C language: variables, types, operators, conditions, loops, arrays, strings, and console input/output.
The C Language and the GCC Compiler
In this post I explain the C language, the main GCC build stages, and useful GCC flags.