{"id":22897869,"url":"https://github.com/thakursaurabh1998/cpp","last_synced_at":"2025-07-21T15:02:04.640Z","repository":{"id":119562162,"uuid":"117967030","full_name":"thakursaurabh1998/cpp","owner":"thakursaurabh1998","description":"This repo contains all the C++ programs that are made as part of Object Oriented Programming subject.","archived":false,"fork":false,"pushed_at":"2018-10-25T17:56:08.000Z","size":69,"stargazers_count":11,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-30T01:39:51.767Z","etag":null,"topics":["classes","containership","cpp","dynamic-programming","inheritance","operator-overloading","pointer","virtual-functions"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thakursaurabh1998.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-18T10:19:07.000Z","updated_at":"2023-03-15T15:23:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"69068834-0ab2-4fd6-899f-1b0667b3d940","html_url":"https://github.com/thakursaurabh1998/cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thakursaurabh1998/cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thakursaurabh1998%2Fcpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thakursaurabh1998%2Fcpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thakursaurabh1998%2Fcpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thakursaurabh1998%2Fcpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thakursaurabh1998","download_url":"https://codeload.github.com/thakursaurabh1998/cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thakursaurabh1998%2Fcpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266324249,"owners_count":23911225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classes","containership","cpp","dynamic-programming","inheritance","operator-overloading","pointer","virtual-functions"],"created_at":"2024-12-14T00:19:40.742Z","updated_at":"2025-07-21T15:02:04.594Z","avatar_url":"https://github.com/thakursaurabh1998.png","language":"C++","readme":"# C++ repository\n\n\u003e This repo contains all the C++ programs that are made as part of Object Oriented Programming subject.\n\n[Read More about __Standard Template Library(STL)__](https://www.geeksforgeeks.org/the-c-standard-template-library-stl/)\n\n[Read More about __Templates__](https://www.geeksforgeeks.org/templates-cpp/)\n\n______\n29-APR\n------\n## Standard tempelate library (STL)\n\n  1. [__Vectors__ in detail](../master/stlvector.cpp)\n  1. [__List__ in detail](../master/stllist.cpp)\n  1. [__Map__ in detail](../master/stlmap.cpp)\n  1. [__Multimap__ in detail](../master/stlmultimap.cpp)\n  1. [__Deque__ in detail](../master/stldeque.cpp)\n  1. [__Set__ in detail](../master/stlset.cpp)\n  1. [__Multiset__ in detail](../master/stlmultiset.cpp)\n\n4-APR\n------\n  1. [__Map__ (STL) example](../master/map.cpp)\n  1. [__Linked List__ (STL) example](../master/linkedList.cpp)\n  1. [__Stack__ (STL) example](../master/stack.cpp)\n\n3-APR\n------\n  1. [__Vector__ (STL) iterator example](../master/vector.cpp)\n\n1-APR\n------\n  1. [___Late Binding___ example 1](../master/lateBinding.cpp)\n  1. [___Late Binding___ example 2](../master/lateBinding2.cpp)\n\n29-MAR\n------\n  1. [Application of __template__ function](../master/templateFunction.cpp)\n  1. [__Template__ function with multiple parameters](../master/templateFunctionMultipleParameters.cpp)\n  1. [__Template__ Overloading](../master/templateOverloading.cpp)\n  1. [Member function template and non type __template__ arguments application with _dynamic_ object creation example also](../master/memberFunctionTemplate.cpp)\n\n27-MAR\n------\n  1. [Creating __template__ class and making self vector class as an example](../master/templates.cpp)\n  1. [Bubble Sort using __template__ functions](../master/bubbleSortTemplate.cpp)\n\n20-MAR\n------\n  1. [Checking if entered value is a double or not and performing mathematical functions on the entered number(__Exception Handling__)](../master/quesException.cpp)\n  1. [Throwing an error as a class object and catching it](../master/classTypeException.cpp)\n  1. [__Rethrowing an exception__, mechanism of catching](../master/exceptionRethrow.cpp)\n\n\n19-MAR\n------\n  1. [__Exception Handling__ in C++](../master/divisionException.cpp)\n  1. [Example of __exception handling__ with an example of division by zero exception](../master/exceptionHandling.cpp)\n\n16-MAR\n------\n  1. [Creating __dynamic objects__ in a dynamic array of objects.(__Pure Dynamic Solution__)](../master/ques16-1.cpp)\n  2. [__Inheritance__ Practice result of student and marks example](../master/ques16-2.cpp)\n\n14-MAR\n------\n  1. [Practice question for __virtual functions__(Full question written in the starting of code)](../master/ques1.cpp)\n  1. [Practice question with example of bank account solved with __containership__(Full question written in the starting of code)](../master/ques2.cpp)\n\n13-MAR\n------\n  1. [Dynamic polymorphism using __virtual__ functions](../master/dynamicPolymorphism.cpp)\n  1. [__Virtual Functions__ with example of different methods](../master/virtualFunctionEx.cpp)\n\n10-MAR\n------\n  1. [Nesting of classes(__Containership__)](../master/nestingClass.cpp)\n  1. [Implementataion of Containership with Staff example](../master/implementingContainership.cpp)\n  1. [Calling Constructor in derived class](../master/constructorDerived.cpp)\n\n7-MAR\n------\n  1. [Multiple Inheritance Example](../master/multipleInheritance.cpp)\n  1. [Hierarchichal Inheritance with example of Student object](../master/hierarchicalInheritance.cpp)\n  1. [Hybrid Inheritance with example of Results combined with Sports Class](../master/hybridInheritance.cpp)\n\n6-MAR\n------\n  1. [Single Inheritance Example](../master/singleInheritance.cpp)\n  1. [Multilevel Inheritance Example](../master/inheritanceMultilevel.cpp)\n\n23-FEB\n------\n  1. [Array Pointers and examples](../master/arrayPointers.cpp)\n  1. [Pointers and their uses in classes](../master/pointersAndClasses.cpp)\n  1. [Strings with pointers](../master/stringPointers.cpp)\n  1. [this pointer(__IMPORTANT__)](../master/thisPointer.cpp)\n  1. [Type conversion class to class](../master/typeConvertClassToClass.cpp)\n  1. [Type conversion all types](../master/typeConversionEx1.cpp)\n\n14-FEB\n------\n  1. [Type Conversion with example of time conversion](../master/typeConversion.cpp)\n\n31-JAN\n------\n  1. [Operator overloading with Complex Numbers](../master/complexOperatorOverload.cpp)\n  1. [Operator overloading Vector Question](../master/vectorOperatorOverload.cpp)\n\n24-JAN\n------\n  1. [Operator overloading example question](../master/operatorOverload.cpp)\n  1. [Operator overloading with example of matrix solution](../master/matrixOperatorOverloading.cpp)\n\nOlder\n------\n  1. [Constructors example](../master/constructors.cpp)\n  1. [Friend function example](../master/friend.cpp)\n  1. [Complex numbers program solving addition subtraction and so on of complex numbers](../master/complex.cpp)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthakursaurabh1998%2Fcpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthakursaurabh1998%2Fcpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthakursaurabh1998%2Fcpp/lists"}