Giter VIP home page Giter VIP logo

cppprimer's Introduction

C++ Primer (5th Edition) - Exercise solutions

This repository contains my own solutions to exercises presented in the C++ Primer (5th Edition). These solutions are on purpose written in easy to understand manner so that the beginners - like me - are able to learn the C++ language with their own pace.

Consequently, I have tried my best to do the following:

  1. Every exercise solution on purpose avoids using C++ language concepts which are not introduced in preceding chapters of the book.

  2. Some of the example code provided by the book is modified to use better variable naming and syntax.

Used software / environment

  • Windows 7
  • Microsoft Visual Studio Community 2019
  • ISO C++14 Standard (std:c++14)

Table of contents

  • Chapter 1. Getting Started
  • Part I: The Basics
  • Part II: The C++ Library
    • Chapter 8. The IO 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
  • Part IV: Advanced Topics
    • Chapter 17. Specialized Library Facilities
    • Chapter 18. Tools for Large Programs
    • Chapter 19. Specialized Tools and Techniques

cppprimer's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.