Monday, October 30, 2017

The Design of C++

The Design of C++

this Tutorial describes the origins, aims and design rules for C++, and then presents key language features and the programming techniques they support. Finally, he discusses current uses of C++, the standardization effort, and likely future uses. Throughout, he emphasizes why C++ looks the way it does.

 this video explains the language features which most directly support data abstraction, object-oriented programming, and the design and use of large systems: classes, abstract classes, templates, class hierarchies, run-time type information, namespaces and templates."



Disqus Comments