#C++ Primer (5th Edition) exercise answers.
- Use -std=c++11 flag when compiling.
- 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.
- Please fork this repository.
- commit in your own repository.
- Create a pull request for me.
Thanks for viewdocs.