#C++ Primer (第5版) 习题答案 ##C++ Primer (5th Edition) exercise answers.
Note
- Use
-std=c++11
(optional:-pedantic -Wall
) flag when compiling.(or you can use Visual Studio 2012+) - If you found any bug, please let me know, thanks.
- I have downloaded the headers from this book's web site and put them in the
include
folder. - In order to test the program in an efficient way, I also put the test data file in the
data
folder.
How to contribute
- Please fork(How?) this repository first.
- commit(How?) in your own repository.
- Give me a pull request(How?).
- Syncing with(How?) the origin repository. This is very important because we will fix bugs at any time, and you maybe miss it.
Table of Contents
- Chapter 1. Getting Started
- Part I: The Basics
- Part II: The C++ Library
- Part III: Tools for Class Authors
- Part IV: Advanced Topics
- Chapter 17. Specialized Library Facilities
- Chapter 18. Tools for Large Programs
- Chapter 19. Specialized Tools and Techniques