{"id":20651966,"url":"https://github.com/abdullah-niaz/cpp-complete-course","last_synced_at":"2026-04-19T10:32:01.169Z","repository":{"id":155574640,"uuid":"493533965","full_name":"Abdullah-Niaz/CPP-Complete-Course","owner":"Abdullah-Niaz","description":"The C++ Complete Course is a comprehensive guide for individuals to learn C++ programming language from zero to advanced level. It includes video tutorials, written exercises, and covers topics such as variables, functions, OOP, and STL. Prerequisites include basic programming knowledge and a computer with internet, text editor, and compiler.","archived":false,"fork":false,"pushed_at":"2023-11-26T16:25:49.000Z","size":18049,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-11-26T17:29:21.566Z","etag":null,"topics":["cplusp","cpp"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/Abdullah-Niaz.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}},"created_at":"2022-05-18T06:18:46.000Z","updated_at":"2023-12-20T15:16:45.409Z","dependencies_parsed_at":"2023-12-20T15:16:43.296Z","dependency_job_id":"4da47e0f-4709-42ed-9421-8fe84b5a73ff","html_url":"https://github.com/Abdullah-Niaz/CPP-Complete-Course","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/Abdullah-Niaz/CPP-Complete-Course","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-Niaz%2FCPP-Complete-Course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-Niaz%2FCPP-Complete-Course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-Niaz%2FCPP-Complete-Course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-Niaz%2FCPP-Complete-Course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abdullah-Niaz","download_url":"https://codeload.github.com/Abdullah-Niaz/CPP-Complete-Course/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-Niaz%2FCPP-Complete-Course/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268594125,"owners_count":24275733,"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-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["cplusp","cpp"],"created_at":"2024-11-16T17:31:08.256Z","updated_at":"2026-04-19T10:31:56.135Z","avatar_url":"https://github.com/Abdullah-Niaz.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Complete Course\nThis repository contains a complete course for learning C++ programming language from zero to advance level. The course is designed for individuals who are new to programming or have limited experience in C++.\n\n# Course Outline\nThe course is divided into several sections that cover the following topics:\n\n\u003cul\u003e  \n    \u003cli\u003eIntroduction to C++ \u003c/li\u003e\n    \u003cli\u003eVariables and Data Types \u003c/li\u003e\n    \u003cli\u003eControl Structures (if-else, loops, etc.)\u003c/li\u003e\n    \u003cli\u003eFunctions\u003c/li\u003e\n    \u003cli\u003eArrays and Strings\u003c/li\u003e\n    \u003cli\u003ePointers and References\u003c/li\u003e\n    \u003cli\u003eOOP Concepts (classes, objects, inheritance, polymorphism, etc.)\u003c/li\u003e\n    \u003cli\u003eFile Input/Output\u003c/li\u003e\n    \u003cli\u003eException Handling\u003c/li\u003e\n    \u003cli\u003eStandard Template Library (STL) \u003c/li\u003e\n    \n\u003c/ul\u003e \n\n# Prerequisites\nBefore starting the course, it is recommended that you have a basic understanding of computer programming concepts and familiarity with any programming language.\n\n\n# Course Format\nThe course includes a mix of video tutorials and written exercises. The videos provide a detailed explanation of the concepts, while the exercises allow you to practice and reinforce your understanding of the material.\n\n# Requirements\n\u003cul\u003e\n\u003cli\u003eA computer with an internet connection\u003c/li\u003e\n\u003cli\u003eA text editor (e.g. Visual Studio Code, Sublime Text, etc.)\u003c/li\u003e\n\u003cli\u003eA compiler (e.g. GCC, Visual Studio, etc.)\u003c/li\u003e\n\u003c/ul\u003e\n\n# How to Use the Repository\n\u003cul\u003e\n\u003cli\u003eClone the repository to your local machine\u003c/li\u003e\n\u003cli\u003eNavigate to the relevant section of the course\u003c/li\u003e\n\u003cli\u003eWatch the \u003ca href=\"https://www.youtube.com/@AbdullahNiaz09\"\u003evideo tutorial\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eComplete the written exercises\u003c/li\u003e\n\u003cli\u003eRepeat the process for each section of the course\u003c/li\u003e\n\u003c/ul\u003e\n\n# Contributions\n\nContributions to the course are welcome. If you find any errors or have suggestions for improvements, please submit a pull request or open an issue.\n\n# Disclaimer\nThis course is provided as-is and does not guarantee a certain level of expertise in C++ programming. It is up to the individual to make the most of the material provided and practice regularly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah-niaz%2Fcpp-complete-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullah-niaz%2Fcpp-complete-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah-niaz%2Fcpp-complete-course/lists"}