From the video introduction:
By now, C++ is a language with a long history.
Bjarne Stroustrup presents C++ as a coherent whole where strongly-typed generic programming has a central role, where code is presented as modules, resources are never leaked, and error-handling is systematic. Code written along these lines tend to be smaller, faster, more maintainable, and more reliable that code reflecting 20th century thinking.
Add a Comment