cerero / Cpp-Primer

C++ Primer 5th exercise answers.

Home Page:http://bit.do/cpnote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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?).

Table of Contents

If you speak Chinese

  1. PO在StackOverflow上的习题
  2. C++ Primer issues(豆瓣讨论组)
  3. 《C++ Primer 英文版(第 5 版)》的笔记 by @pezy

About

C++ Primer 5th exercise answers.

http://bit.do/cpnote