Skip to content

VeaLang/Cpp-Primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#C++ Primer (第5版) 课后习题答案 ##C++ Primer (5th Edition) exercise answers.

Something I hope you know before go into the 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.

If you want to contribute this repository.

  • Please fork(How?) this repository.
  • commit(How?) in your own repository.
  • Create a pull request(How?) for me.

Getting Start

Begin to read

Thanks for viewdocs.

Read more?

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

About

C++ Primer 5th exercise answers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published