Getting started
4 lessons in the C course.
Full C course · Search this topic · Programming
- Installing a C CompilerInstall GCC or Clang and verify that a standards-friendly C compiler is ready.
- Hello WorldBuild a complete first C program and understand its essential parts.
- Compiling and Running CCompile standard C with useful warnings, then run the resulting executable.
- Comments and Compiler ErrorsDocument intent and use compiler diagnostics to find mistakes.