We hope you have already understood about Templates in C++ before knowing about STL(Standard Template Library) in C++. If you don't, th...
Read More
Nested Classes in C++
Nested Classes in C++ 1. Class inside a class is called nested class . 2. Nested classes are declared inside another enclosing class . 3. A...
Read More
Virtual Destructor in C++ with Examples
Virtual Destructor in C++ with Examples You should know the following before gaining information about virtual destructor. 1. What is a dest...
Read More
How to use Namespace in C++
Namespace in C++ 1. Namespace is a drum or container for identifiers. 2. Namespace puts the names of its members in a distinct space in such...
Read More
Subscribe to:
Posts (Atom)