Completed
LargeScale Software Design
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Modules and Large-Scale Development
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Abstract
- 3 Apologies
- 4 Copyright Notice
- 5 LargeScale Software Design
- 6 Outline
- 7 Components
- 8 Modules
- 9 Component vs Module
- 10 Header File
- 11 Declaration vs Definition
- 12 Linkage
- 13 namespace
- 14 Binding
- 15 Template Repository
- 16 Notation
- 17 Physical dependencies
- 18 Physical design rules
- 19 Criteria for colocating public classes
- 20 Reuse
- 21 Flea on an Elephant
- 22 Insulation
- 23 ADL
- 24 Encapsulation
- 25 Installation
- 26 Polygons
- 27 Uses
- 28 Inline Functions
- 29 Classes