Skip to content

pranabsarma18/cc4e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.2%
  • JavaScript 21.9%
  • PHP 11.5%
  • C 5.4%
  • HTML 1.5%
  • Fortran 0.6%
  • Other 0.9%