Skip to content

JayDz/PPP-answers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Here are my solutions for the programming exercises of:

Programming: Principles and Practice Using C++
Author: Bjarne Stroustrup
Publisher: Addison-Wesley Professional; 1st edition
ISBN-10: 0321543726

Solutions use only language features/constructs introduced prior to the exercise.
Because of this, some solutions may be longer then needed.

Build solutions:
Go to directory of solution:
	$ cd src/chapter_3

Run make with "exerX" as an argument where X is the exercise number:
	$ make exer2

Run solution:
	$ ./exer2

Remove all executables:
	$ make clean

About

Solutions for PPP exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published