Skip to content

The Art and Science of C & Programming Abstractions in C

Notifications You must be signed in to change notification settings

liweiwp/the_art_and_science_of_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

cslib library

$ cd cslib/simplified/ #or cslib/standard/
$ make #generated cslib.a

The Art and Science of C / CS1

$ gcc hello.c -Icslib/simplified cslib/simplified/cslib.a
$ ./a.out 

Programming Absctractions in C / CS2

$ gcc powertab.c -Icslib/standard cslib/standard/cslib.a
$ ./a.out

About

The Art and Science of C & Programming Abstractions in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published