{"id":21181009,"url":"https://github.com/connectaman/cpp-notes-and-programs","last_synced_at":"2025-03-14T19:20:10.207Z","repository":{"id":109405176,"uuid":"205636971","full_name":"connectaman/Cpp-Notes-and-Programs","owner":"connectaman","description":"Notes and Programs in Cpp","archived":false,"fork":false,"pushed_at":"2020-02-09T03:40:29.000Z","size":86,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T12:11:24.578Z","etag":null,"topics":["cpp","cppnotes","notes","programming-language","programs"],"latest_commit_sha":null,"homepage":null,"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/connectaman.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}},"created_at":"2019-09-01T06:11:56.000Z","updated_at":"2020-04-23T21:53:21.000Z","dependencies_parsed_at":"2023-07-27T21:31:14.384Z","dependency_job_id":null,"html_url":"https://github.com/connectaman/Cpp-Notes-and-Programs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connectaman%2FCpp-Notes-and-Programs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connectaman%2FCpp-Notes-and-Programs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connectaman%2FCpp-Notes-and-Programs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connectaman%2FCpp-Notes-and-Programs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/connectaman","download_url":"https://codeload.github.com/connectaman/Cpp-Notes-and-Programs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243632434,"owners_count":20322390,"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","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":["cpp","cppnotes","notes","programming-language","programs"],"created_at":"2024-11-20T17:47:00.785Z","updated_at":"2025-03-14T19:20:10.181Z","avatar_url":"https://github.com/connectaman.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C-Notes-and-Programs\n\n\n![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/ISO_C%2B%2B_Logo.svg/1200px-ISO_C%2B%2B_Logo.svg.png)\n\n\n|Topics|\n|------|\n|[C++ Basics](https://github.com/connectaman/C-Notes-and-Programs/blob/master/C%2B%2B%20Basics/cpp.md)|\n|[C vs C++](https://github.com/connectaman/C-Notes-and-Programs/blob/master/C%2B%2B%20Basics/Differencebtwcandcpp.md)|\n|[C++ History](https://github.com/connectaman/C-Notes-and-Programs/blob/master/C%2B%2B%20Basics/History.md)|\n|[C++ Features](https://github.com/connectaman/C-Notes-and-Programs/blob/master/C%2B%2B%20Basics/Features.md)|\n|[C++ Structure](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/C%2B%2B%20Basics/CStructure.md)|\n|[C++ Basic I/O](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/C%2B%2B%20Basics/Cppio.md)|\n|[C++ Variable](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/C%2B%2B%20Basics/Variable.md)|\n|[C++ Data Types](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/C%2B%2B%20Basics/datatypes.md)|\n|[C++ Keywords](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/C%2B%2B%20Basics/Keywords.md)|\n|[C++ Operator](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/C%2B%2B%20Basics/Operator.md)|\n|[C++ Control Statement](https://github.com/connectaman/Cpp-Notes-and-Programs/tree/master/ControlStatement)|\n|[C++ if-else](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Control%20Statement/if-else.md)|\n|[C++ Switch](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Control%20Statement/switch.md)|\n|[C++ While Loop](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Iterative/while.md)|\n|[C++ Do while loop](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Iterative/Do-While.md)|\n|[C++ For Loop](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Iterative/forloop.md)|\n|[Break in C++](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Iterative/Break.md)|\n|[Continue in C++](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Iterative/Continue.md)|\n|[C++ Goto Statement](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Iterative/Goto.md)|\n|[Functions](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Functions/Functions.md)|\n|[Arrays]()|\n|[OOP's Concepts](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/OOP's/opps.md)|\n|[Object and Class](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/OOP's/opps.md)|\n|[Constrcutors](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/OOP's/Constructor.md)|\n|[Destructor](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/OOP's/desctructor.md)|\n|[this pointer and static keyword](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/OOP's/this.md)|\n|[Structure](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/OOP's/struct.md)|\n|[Enumeration](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/OOP's/enum.md)|\n|[Friend Function](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/OOP's/firend.md)|\n|[Inheritance](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Inheritance/inheritance.md)|\n|[Polymorphism](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Polymorphism/polymorphism.md)|\n|[Interface](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Abstraction/interface.md)|\n|[Abstraction](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Abstraction/abstraction.md)|\n|[NameSpace](https://github.com/connectaman/Cpp-Notes-and-Programs/tree/master/Namespace)|\n|[String](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/String/String.md)|\n|[Exception](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Exception/Exception.md)|\n|[Try-Catch](https://github.com/connectaman/Cpp-Notes-and-Programs/blob/master/Exception/trycatch.md)|\n|[File Handling](https://github.com/connectaman/Cpp-Notes-and-Programs)|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnectaman%2Fcpp-notes-and-programs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnectaman%2Fcpp-notes-and-programs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnectaman%2Fcpp-notes-and-programs/lists"}