# CxxPrimerPlus **Repository Path**: liciciyi/CxxPrimerPlus ## Basic Information - **Project Name**: CxxPrimerPlus - **Description**: This is my personal implementation of the exercises in the book 'C++ Primer Plus'. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-06-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CxxPrimerPlus This is my implementation of the exercises in the book 'C++ Primer Plus'. Chapter 1-8 were based on 5 edition, and chapter 9-18 were based on 6 edition. All source codes were developed using emacs and compiled by g++ 4.1.2 in CentOS (2.6.18-128.e15PAE), g++ 4.2.1 in Mac OS X 10.6.8/10.7.3 or g++ 4.6.1 in Windows 7 SP1. ### Chapter 1 GETTING STARTED NO Programming Exercises ### [Chapter 2 SETTING OUT TO C++] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter2) ### [Chapter 3 DEALING WITH DATA] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter3) ### [Chapter 4 COMPOUND TYPES] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter4) ### [Chapter 5 LOOPS AND RELATIONAL EXPRESSIONS] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter5) ### [Chapter 6 BRANCHING STATEMENTS AND LOGICAL OPERATORS] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter6) ### [Chapter 7 FUNCTIONS: C++'S PROGRAMMING MODULES] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter7) ### [Chapter 8 ADVENTURES IN FUNCTIONS] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter8) ### [Chapter 9 MEMORY MODELS AND NAMESPACES] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter9/) ### [Chapter 10 OBJECTS AND CLASSES] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter10) ### [Chapter 11 WORKING WITH CLASSES] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter11) ### [Chapter 12 CLASSES AND DYNAMIC MEMORY ALLOCATION] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter12) ### [Chapter 13 CLASS INHERITANCE] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter13) ### [Chapter 14 REUSING CODE IN C++] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter14) ### [Chapter 15 FRIENDS, EXCEPTIONS, AND MORE] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter15) ### [Chapter 16 THE string CLASS AND THE STANDARD TEMPLATE LIBRARY] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter16) ### [Chapter 17 INPUT, OUTPUT, AND FILES] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter17) ### [Chapter 18 Visiting with the New C++ Standard] (https://github.com/GuangchuangYu/CxxPrimerPlus/tree/master/chapter18)