Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 267 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 267 Bytes

c_on_linux

What is hard?

  • Pointers (and pointers to pointers + syntax)
  • Memory Allocation + Deallocation
  • Heap / Stack
  • Parameter Passing
  • Compilation / Linking (translation unit, static)
  • Function pointers
  • Strings
  • Multidimensional arrays
  • Debugging