Focus on the container class from the STL.

Understanding C++ Containers in the C++ Standard Library
Published 10/14/2016
Focus on the container class from the STL.
Focus on templates in particular and generics in general with appropriate code examples to create an extensible design.
Gain an intuitive understanding of MVC with its actual implementation in the Qt C++ Framework.
Learn to couple MySQL Connector/C++ and see how effectively they can be used to create a Qt C++ GUI interface for a MySQL Connector/C++ database application.
Explore the concepts behind constructors and destructors, along with their implementations in C++.
Database programming in C/C++ is quite fun, actually. Learn the basics here.