https://github.com/pezy/CppPrimer
:books: Solutions for C++ Primer 5th exercises.
https://github.com/pezy/CppPrimer
c-plus-plus cplusplus cpp-primer cpp11 cpps exercise-solutions
Last synced: 3 months ago
JSON representation
:books: Solutions for C++ Primer 5th exercises.
- Host: GitHub
- URL: https://github.com/pezy/CppPrimer
- Owner: pezy
- License: cc0-1.0
- Created: 2014-07-02T06:10:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T04:55:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T17:50:21.560Z (8 months ago)
- Topics: c-plus-plus, cplusplus, cpp-primer, cpp11, cpps, exercise-solutions
- Language: C++
- Homepage: http://dwz.cn/cp5answer
- Size: 1.26 MB
- Stars: 3,283
- Watchers: 199
- Forks: 1,437
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Solutions for C++ Primer 5th Answers
[](https://github.com/pezy/CppPrimer/issues)
[](https://raw.githubusercontent.com/pezy/Cpp-Primer/master/LICENSE)
[](https://github.com/ReadingLab/Discussion-for-Cpp)
[](https://join.slack.com/t/cppprimers/shared_invite/enQtMjg4NzQ4NjU4NzczLTZiNWMxOGM0MDRjNzNkMGJhNjYxZjQ3NGFmYmRhZWVlYTI4YTBhMTE3NDhlYzNlYTM3OTA3MzU2MjhhYTE2YWI)
[](https://saythanks.io/to/pezy)
[](https://www.codetriage.com/pezy/cppprimer)## Notes
- Use `GCC 4.9+`, `Clang 3.4+`, `MSVC 14+`, and [others](http://en.cppreference.com/w/cpp/compiler_support).
- Use `-std=c++11`(recommend: `-pedantic -Wall`) flag for compiling.
- Have you discovered incorrect information? [Submit](https://github.com/pezy/CppPrimer/issues/new).## Contents
- [Chapter 1. Getting Started](ch01/README.md)
- Part I: The Basics
- [Chapter 2. Variables and Basic Types](ch02/README.md)
- [Chapter 3. Strings, Vectors, and Arrays](ch03/README.md)
- [Chapter 4. Expressions](ch04/README.md)
- [Chapter 5. Statements](ch05/README.md)
- [Chapter 6. Functions](ch06/README.md)
- [Chapter 7. Classes](ch07/README.md)
- Part II: The C++ Library
- [Chapter 8. The IO Library](ch08/README.md)
- [Chapter 9. Sequential Containers](ch09/README.md)
- [Chapter 10. Generic Algorithms](ch10/README.md)
- [Chapter 11. Associative Containers](ch11/README.md)
- [Chapter 12. Dynamic Memory](ch12/README.md)
- Part III: Tools for Class Authors
- [Chapter 13. Copy Control](ch13/README.md)
- [Chapter 14. Overloaded Operations and Conversions](ch14/README.md)
- [Chapter 15. Object-Oriented Programming](ch15/README.md)
- [Chapter 16. Templates and Generic Programming](ch16/README.md)
- Part IV: Advanced Topics
- [Chapter 17. Specialized Library Facilities](ch17/README.md)
- [Chapter 18. Tools for Large Programs](ch18/README.md)
- Chapter 19. Specialized Tools and Techniques## Contributions
[](https://sourcerer.io/fame/pezy/pezy/CppPrimer/links/0)[](https://sourcerer.io/fame/pezy/pezy/CppPrimer/links/1)[](https://sourcerer.io/fame/pezy/pezy/CppPrimer/links/2)[](https://sourcerer.io/fame/pezy/pezy/CppPrimer/links/3)[](https://sourcerer.io/fame/pezy/pezy/CppPrimer/links/4)[](https://sourcerer.io/fame/pezy/pezy/CppPrimer/links/5)[](https://sourcerer.io/fame/pezy/pezy/CppPrimer/links/6)[](https://sourcerer.io/fame/pezy/pezy/CppPrimer/links/7)