#C++ Primer (第5版) 课后习题答案 ##C++ Primer (5th Edition) exercise answers.
- Use
-std=c++11
(optional:-pedantic -Wall
) flag when compiling.(or you can use Visual Studio 2012+) - I don't know the standard answer, but I tried my best to keep the correctness, if you found any bug, please tell me, 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. - If you find any mistake of the questions. Please check the Errata first.
- Please fork(How?) this repository.
- commit(How?) in your own repository.
- Create a pull request(How?) for me.
Thanks for viewdocs.