-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Jeonghum Joh edited this page Apr 13, 2018
·
12 revisions
hfdpcpp11 means C++ 11 (C++ 0x) sample source code for Headfirst Design Patterns.
Originally this work has begun by Glenn Puchtel. But it is not written in C++ 11. And it only supports Windows Visual Studio. So I added some advancements from there. It is my earlier version. Specially I drew many UML diagrams in it. Then C++ is improved to C++ 11/14/17/and now C++ is still being upgraded. While I study new C++ 11 specs, I reworked from my earlier version. And finally I open this.
- Features
- Environment Under Ubuntu
- Environment Under Windows
- How to build and test is explained in each and every README files for each and every patterns.
- Related web sites