#C++ Primer (5th Edition) exercise answers.
- Use
-std=c++11flag 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
includefolder. - In order to test the program in an efficient way, I also put the test data file in the
datafolder.
- Please fork(How?) this repository.
- commit(How?) in your own repository.
- Create a pull request(How?) for me.
Thanks for viewdocs.
