Chrinkus / stroustrup-ppp

Chapter work from Bjarne Stroustrup's Programming Principles and Practice text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stroustrup-ppp

Chapter work from Bjarne Stroustrup's Programming Principles and Practice Using C++ textbook.

cover of text

Current Status:

June 25, 2018 Initial pass through the book is complete. The final two chapters received less attention than others due to their content being covered through other resources, namely the study of K & R for learning C and daily use of Catch2 for testing.

I'll now turn my attention to completing the quality assessment I had started in February. As of this writing I am completing work on the end of Part I - The Basics.

Contributions

For anyone who is working through the textbook themselves and has questions about any particular exercise solution, either why something works or if you've found a bug I've missed, feel free to open an issue. I look forward to the opportunity for discussion.

Hunt the Wumpus

At the end of chapter 18 we are tasked with implementing the classic game, Hunt the Wumpus. As I continue to evolve my solution I have moved it to a separate repository found here.

About

Chapter work from Bjarne Stroustrup's Programming Principles and Practice text

License:MIT License


Languages

Language:C++ 97.9%Language:C 2.1%