C++ repository
This repo contains all the C++ programs that are made as part of Object Oriented Programming subject.
Read More about Standard Template Library(STL)
29-APR
Standard tempelate library (STL)
- Vectors in detail
- List in detail
- Map in detail
- Multimap in detail
- Deque in detail
- Set in detail
- Multiset in detail
4-APR
3-APR
1-APR
29-MAR
- Application of template function
- Template function with multiple parameters
- Template Overloading
- Member function template and non type template arguments application with dynamic object creation example also
27-MAR
- Creating template class and making self vector class as an example
- Bubble Sort using template functions
20-MAR
- Checking if entered value is a double or not and performing mathematical functions on the entered number(Exception Handling)
- Throwing an error as a class object and catching it
- Rethrowing an exception, mechanism of catching
19-MAR
- Exception Handling in C++
- Example of exception handling with an example of division by zero exception
16-MAR
- Creating dynamic objects in a dynamic array of objects.(Pure Dynamic Solution)
- Inheritance Practice result of student and marks example
14-MAR
- Practice question for virtual functions(Full question written in the starting of code)
- Practice question with example of bank account solved with containership(Full question written in the starting of code)
13-MAR
10-MAR
- Nesting of classes(Containership)
- Implementataion of Containership with Staff example
- Calling Constructor in derived class
7-MAR
- Multiple Inheritance Example
- Hierarchichal Inheritance with example of Student object
- Hybrid Inheritance with example of Results combined with Sports Class
6-MAR
23-FEB
- Array Pointers and examples
- Pointers and their uses in classes
- Strings with pointers
- this pointer(IMPORTANT)
- Type conversion class to class
- Type conversion all types