/CProgrammingCurriculum

C Programming Curriculum (WIP)

Primary LanguageCOtherNOASSERTION

#Learn To Code C

Goals

Week 1: Compilation

Week 2: Basics Part 1

Week 3: Basics Part 2

Week 4: C Specific Basics

Week 5: Pointers and Standard Libraries

  • Pointers (TODO)
  • Standard Libraries (TODO)
  • exercises (TODO)

Week 6: Memory Allocation

  • (TODO)

Week 7: Data Types

  • Structs
  • Unions (TODO)
  • Enums (TODO)
  • exercises (TODO)

Week 8: Advanced Topic

  • Bitwise Operations or Buffer Overflow (TODO)

###Bonus Material:

###Small Tools

###Resources

Much of the material for this course was drawn from the following:

###License MIT License