Skip to content

luckystarzj/CppPrimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 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.

Table of Contents

  • Chapter 1. Getting Started
  • Part I: The Basics
  • Part II: The C++ Library
    • Chapter 9. Sequential Containers
    • Chapter 10. Generic Algorithms
    • Chapter 11. Associative Containers
    • Chapter 12. Dynamic Memory
  • Part III: Tools for Class Authors
    • Chapter 13. Copy Control
    • Chapter 14. Overloaded Operations and Conversions
    • Chapter 15. Object-Oriented Programming
    • Chapter 16. Templates and Generic Programming
    • Chapter 17. Specialized Library Facilities
    • Chapter 18. Tools for Large Programs
    • Chapter 19. Specialized Tools and Techniques

Read more?

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

About

📚 Solutions for C++ Primer 5th exercises.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%