Skip to content

NathanymousFu/hello-programming-pearls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Programming Pearls

Codes for Programming Pearls 2nd edition.

My problems and solutions

Not found input data for testing

Add codes to generate input sets.

Run on Macos

c code:

cd <chapter folder>
gcc <c file> && ./a.out

c++ code:

g++ <c++ file> && ./a.out && rm a.out

About

Codes for Programming Pearls 2nd edition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published