https://github.com/dimazeland/prata-cpp-primer-plus
Solutions for programming exercises
https://github.com/dimazeland/prata-cpp-primer-plus
cpp cpp-primer-plus-6th stl
Last synced: about 2 months ago
JSON representation
Solutions for programming exercises
- Host: GitHub
- URL: https://github.com/dimazeland/prata-cpp-primer-plus
- Owner: DimaZeland
- Created: 2018-08-26T18:50:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T15:47:41.000Z (about 2 years ago)
- Last Synced: 2025-01-25T19:41:59.035Z (4 months ago)
- Topics: cpp, cpp-primer-plus-6th, stl
- Language: C++
- Homepage: https://www.informit.com/store/c-primer-plus-9780321928429
- Size: 14.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prata C++ Primer Plus
📕 Solutions to the programming exercises of the
book ["C++ Primer Plus" (6th edition)](https://www.informit.com/store/c-primer-plus-9780321928429) by Stephen Prata### ⚙️ The project uses:
- [C++11](https://en.cppreference.com/w/cpp/11)
- [C++ Standard Template Library](https://en.cppreference.com/w/cpp/container)## 📚 Contents
#### [Dealing with Data](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/03%20Working%20with%20data)
#### [Compound Types](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/04%20Compound%20types)
#### [Loops and Relational Expressions](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/05%20Cycles%20and%20expressions%20of%20relations)
#### [Branching Statements and Logical Operators](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/06%20Branching%20Statements%20and%20Logical%20Operators)
#### [Functions: C++’s Programming Modules](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/07%20Functions-%20Cpp-s%20Programming%20Modules)
#### [Adventures in Functions](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/08%20Adventures%20in%20Functions)
#### [Memory Models and Namespaces](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/09%20Memory%20Models%20and%20Namespaces)
#### [Objects and Classes](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/10%20Objects%20and%20Classes)
#### [Working with Classes](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/11%20Working%20with%20Classes)
#### [Classes and Dynamic Memory Allocation](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/12%20Classes%20and%20Dynamic%20Memory%20Allocation)
#### [Class Inheritance](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/13%20Class%20Inheritance)
#### [Reusing Code in C++](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/14%20Reusing%20Code%20in%20Cpp)
#### [Friends, Exceptions, and More](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/15%20Friends%20Exceptions%20and%20More)
#### [The string Class and the Standard Template Library](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/16%20The%20string%20Class%20and%20the%20Standard%20Template%20Library)
#### [Input, Output, and Files](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/17%20Input%20Output%20and%20Files)
#### [Visiting with the New C++ Standard](https://github.com/DimaZeland/Prata-cpp-Primer-Plus/tree/master/18%20Visiting%20with%20the%20New%20Cpp%20Standard)