Skip to content

chibby0ne/K_R_Exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K&R's "The C Programming Language" Exercises' Solutions

Requirements

  • GCC
  • Make

Compilation

First, clone:

git clone https://github.com/chibby0ne/K_R_Exercises

To compile all of the exercises:

cd K_R_Exercises
make all

To compile only a certain folder's exercises:

cd K_R_Exercises
cd ChapterX
make all

License

GPLv2

Bugs

  • Chapter04 - Doesn't make - "no rule for calc"
  • Chapter06 - Exercise06 finish
  • Chapter08 - Exercise3
  • Not a bug but improve syntax and style of everything!!

About

Solutions of the exercises of K&R's "The C Programming Language"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published