homuler / ppp-exercises

Exercises from Stroustrup's "Programming - Principles and Practice Using C++" (2nd Edition)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ppp-exercies

This project provides sample solutions for exercises from Programming – Principles and Practice Using C++ (2nd Edition) (by Bjarne Stroustrup). They can be built and run with bazel.

cd ppp-exercies
bazel run -c opt @ppp2e//chapter2:drill
bazel run -c opt @ppp2e//chapter2:ex1

LICENSE

This is free and unencumbered software released into the public domain. For more information, see UNLICENSE.

About

Exercises from Stroustrup's "Programming - Principles and Practice Using C++" (2nd Edition)

License:The Unlicense


Languages

Language:C++ 91.4%Language:Starlark 8.6%