ReferencesΒΆ
ποΈ Lecture 9
π Books
Scott Meyers
Effective C++
Items on class design and best practices
Stanley Lippman
C++ Primer (5th Edition)
Chapter 7: Classes
Gang of Four
Design Patterns
Foundational OOP patterns
ISO/IEC & Bjarne Stroustrup
C++17 Standard & The C++ Programming Language
Official specifications and comprehensive reference
π Online Documentation
cppreference.com - Complete C++ Reference
π¨ UML and Design Tools
PlantUML
Text-based UML diagram creation
UML.org
Official UML specification
π C++ Core Guidelines & ISO Foundation
C++ Core Guidelines by Bjarne Stroustrup et al.
Modern C++ best practices and guidelines
π Main Guidelines
Complete guidelines
ποΈ Classes
Class design rules
π‘ Philosophy
Core principles
π§ Smart Pointers
Resource management
π ISO C++
Official foundation
π Resources
Standards & community