Skip to content
forked from csev/cc4e

C Programming for Everybody

Notifications You must be signed in to change notification settings

scorpion-dle/cc4e

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programming for Everybody

This is an emergent course with a the learning objective of seeing how system software like Linux or Python is built. This course will cover either C or C++ and quickly work through the base features of the language and then using dynamic memory implement features similar to Python lists and dictionaries.

  • Variables
  • Input / Output
  • Conditional operators
  • Functions
  • Files
  • Arrays
  • Strings
  • Objects/lstructures
  • Pointers
  • Linked lists
  • Hashing
  • Implementating lists and dictionaries

Reference Materials

Introduction to C++, LBS290. 1992.

Introduction to FORTRAN, LBS290. 1993.

Introduction to C++, EECS280. 2000.

About

C Programming for Everybody

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.4%
  • Fortran 13.3%
  • C++ 8.3%