Skip to content

mlgiter/learn-c-the-hard-way

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are implementations of some of the more interesting exercises from
“Learn C The Hard Way”, by Zed Shaw. These include:

    ex17: A very simple database. [Chapter 18]

I made some changes of my own accord; others were “extra credit” changes
suggested in the book. Commits for the latter type of changes are suffixed
with the matching exercise. For instance, “[18.4.7]” indicates that those
changes were made for the 7th part of section 4 of chapter 18.

Run “make ex17” to build a single program, replacing “ex17” as desired. Or
run “make all” to build everything, and “make clean” to clean up. The
makefile assumes GCC is in ${PATH}.

As of 13 April 2012, an alpha release of “Learn C The Hard Way” is
available at http://c.learncodethehardway.org/.

About

A few exercises from Zed Shaw’s “Learn C the Hard Way”.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.6%
  • Ruby 3.1%
  • Makefile 1.3%