Skip to content

SteveProXNA/EffectiveCpp

Repository files navigation

Effective C++

55 Specific Ways to Improve Your Programs and Designs

INTRO

Contains all notes + source code compiled from Effective C++
Third Edition by Scott Meyers in 2005 [http://bit.ly/2a2xLh3]

TOOLS
  • C/C++ v4.0.30319
  • Visual Studio 2012
SOURCE CODE

https://github.com/SteveProXNA/EffectiveCpp

CHAPTERS
  • Chap00 Introduction
  • Chap01 Accustoming Yourself to C++
  • Chap02 Constructors, Destructors, and Assignment Operators
  • Chap03 Resource Management
  • Chap04 Design and Declarations
  • Chap05 Implementations
  • Chap06 Inheritance and Object-Orientated Design
  • Chap07 Templates and Generic Programming
  • Chap08 Customizing new and delete
  • Chap09 Miscellany
CONTACT

About

55 Specific Ways to Improve Your Programs and Designs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages