/practice_c

Personal collection of useful resources related to the C programming language

Primary LanguageC

Learning C

Try out c code online: T-Snippet | godbolt | cplayground | GDB Online

Tools: frama-c | infer

Online resources:

Standards

C Reference Manual (Dennis M. Ritchie) - PDF

Books (used by me)

Tutorials

Writing safe c code

Online courses

  • CPSC223 - Data Structures and Programming Techniques - PDF/HTML (2021)
  • CS241 - System programming - linux/unix (2021)
  • CS631 - APUE, Advanced Programming in the UNIX Environment (2020-2021)

Videos

Source code

String libraries example

Projects

Practice, practice, practice ...