{"id":16576241,"url":"https://github.com/ruturaj4/learncpp-dot-com-quizzes","last_synced_at":"2025-09-10T08:07:13.718Z","repository":{"id":155037323,"uuid":"144013840","full_name":"Ruturaj4/Learncpp-Dot-Com-Quizzes","owner":"Ruturaj4","description":"✔️ Quizzes, samples and other exercises from learncpp.com (Covers cpp11, cpp14 and even cpp17!)","archived":false,"fork":false,"pushed_at":"2018-10-06T05:01:32.000Z","size":41769,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T18:43:47.471Z","etag":null,"topics":["cpp","cpp-course","cpp11","cpp14","cpp17","learn-cpp","learncpp","learncpp-tutorials"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ruturaj4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-08-08T12:57:04.000Z","updated_at":"2024-02-29T19:51:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"64e2ebd8-deb8-46a3-902c-399e8cde7a02","html_url":"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes","commit_stats":{"total_commits":44,"total_committers":1,"mean_commits":44.0,"dds":0.0,"last_synced_commit":"fa39dc6f52e5ca002e510b16dfdd058afa4fb87c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ruturaj4/Learncpp-Dot-Com-Quizzes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruturaj4%2FLearncpp-Dot-Com-Quizzes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruturaj4%2FLearncpp-Dot-Com-Quizzes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruturaj4%2FLearncpp-Dot-Com-Quizzes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruturaj4%2FLearncpp-Dot-Com-Quizzes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ruturaj4","download_url":"https://codeload.github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruturaj4%2FLearncpp-Dot-Com-Quizzes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274428892,"owners_count":25283257,"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-09-10T02:00:12.551Z","response_time":83,"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":["cpp","cpp-course","cpp11","cpp14","cpp17","learn-cpp","learncpp","learncpp-tutorials"],"created_at":"2024-10-11T22:07:38.933Z","updated_at":"2025-09-10T08:07:13.675Z","avatar_url":"https://github.com/Ruturaj4.png","language":"C++","readme":"\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003cHeader\u003e\n    \u003ch1\u003e\n      Learncpp-Dot-Com Programs/Quizzes 🚧\n    \u003c/h1\u003e\n    \u003cp\u003e\n     This repository contains solved quizzes and some other examples given on\n\u003ca href = \"http://www.learncpp.com\"\u003e learncpp.com \u003c/a\u003e\n    \u003c/p\u003e\n  \u003c/header\u003e\n  \u003cbody\u003e\n    \u003ch2\u003eTable of Contents\u003c/h2\u003e\n    \u003cp\u003eFeatured program - Commandline BlackJack - https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapter6/blackjack\u003c/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003cb\u003eChapters 1 and 2\u003c/b\u003e\u003ca href = \"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapters1-2\"\u003e ✅\u003c/a\u003e\u003c/li\u003e\n      \u003cp\u003e'C++ Basics' and 'Variable and Fundamental Data types'\u003c/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eHello World\u003c/li\u003e\n        \u003cli\u003ecin and cout\u003c/li\u003e\n        \u003cli\u003ePrime Number\u003c/li\u003e\n        \u003cli\u003eCalculator\u003c/li\u003e\n        \u003cli\u003esizeof\u003c/li\u003e\n        \u003cli\u003eFunctions\u003c/li\u003e\n        \u003cli\u003eMultiple files\u003c/li\u003e\n        \u003cli\u003eHeader Guards\u003c/li\u003e\n        \u003cli\u003eBall simulation\u003c/li\u003e\n        \u003cli\u003eChapter1 Quiz\u003c/li\u003e\u003c/br\u003e\n      \u003c/ul\u003e\n      \u003cli\u003e\u003cb\u003eChapter 3\u003c/b\u003e\u003ca href = \"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapter3\"\u003e ✅\u003c/a\u003e\u003c/li\u003e\n      \u003cp\u003e'Operators'\u003c/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eUsing Modulus\u003c/li\u003e\n        \u003cli\u003eEven or Odd\u003c/li\u003e\n        \u003cli\u003eDecimal to Binary Converter\u003c/li\u003e\u003c/br\u003e\n      \u003c/ul\u003e\n      \u003cli\u003e\u003cb\u003eChapter 4\u003c/b\u003e\u003ca href = \"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapter4\"\u003e ✅\u003c/a\u003e\u003c/li\u003e\n      \u003cp\u003e'Variable Scope and More Types'\u003c/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eVariable Scope\u003c/li\u003e\n        \u003cli\u003ePlaying with Strings\u003c/li\u003e\n        \u003cli\u003eUsing Struct - Fraction\u003c/li\u003e\n        \u003cli\u003eUsing Struct - Advertising\u003c/li\u003e\n        \u003cli\u003eUsing Struct - Monsters\u003c/li\u003e\u003c/br\u003e\n      \u003c/ul\u003e\n      \u003cli\u003e\u003cb\u003eChapter 5\u003c/b\u003e\u003ca href = \"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapter5\"\u003e ✅\u003c/a\u003e\u003c/li\u003e\n      \u003cp\u003e'Control Flow'\u003c/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eWhile Loop\u003c/li\u003e\n        \u003cli\u003eWhile Loop - 2\u003c/li\u003e\n        \u003cli\u003eWhile Loop - 3\u003c/li\u003e\n        \u003cli\u003eSwitch - Animal Legs\u003c/li\u003e\n        \u003cli\u003eSwitch - Calculator\u003c/li\u003e\n        \u003cli\u003eBall Game Again\u003c/li\u003e\n        \u003cli\u003eHI-LO game\u003c/li\u003e\u003c/br\u003e\n      \u003c/ul\u003e\n      \u003cli\u003e\u003cb\u003eChapter 6\u003c/b\u003e\u003ca href = \"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapter6\"\u003e ✅\u003c/a\u003e\u003c/li\u003e\n      \u003cp\u003e'Arrays, Strings, Pointers, Reference'\u003c/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eArray One\u003c/li\u003e\n        \u003cli\u003eArray Two\u003c/li\u003e\n        \u003cli\u003eMultidimentional Arrays\u003c/li\u003e\n        \u003cli\u003eDescending Sort\u003c/li\u003e\n        \u003cli\u003eFor-Each\u003c/li\u003e\n        \u003cli\u003eSimple Game\u003c/li\u003e\n        \u003cli\u003eUnoptimized BUbble Sort\u003c/li\u003e\n        \u003cli\u003eOptimized BUbble Sort\u003c/li\u003e\n        \u003cli\u003ePointers One\u003c/li\u003e\n        \u003cli\u003eStudent grades\u003c/li\u003e\n        \u003cli\u003eRef Swap\u003c/li\u003e\n        \u003cli\u003eArray Pointers\u003c/li\u003e\n        \u003cli\u003eC-Style Pointers\u003c/li\u003e\n        \u003cli\u003eCard Game\u003c/li\u003e\n        \u003cli\u003eBlack Jack\u003c/li\u003e\u003c/br\u003e\n      \u003c/ul\u003e\n      \u003cli\u003e\u003cb\u003eChapter 7\u003c/b\u003e\u003ca href = \"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapter7\"\u003e ✅\u003c/a\u003e\u003c/li\u003e\n      \u003cp\u003e'Functions'\u003c/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eBinary search\u003c/li\u003e\n        \u003cli\u003eCalculator function pointer\u003c/li\u003e\n        \u003cli\u003eCommandline arguments\u003c/li\u003e\n        \u003cli\u003eEllipses\u003c/li\u003e\n        \u003cli\u003eFunction prototypes\u003c/li\u003e\n        \u003cli\u003eFibonacci series\u003c/li\u003e\n        \u003cli\u003eInterger to Binary\u003c/li\u003e\n        \u003cli\u003eRecursive binary search\u003c/li\u003e\n        \u003cli\u003eRecursive fibonacci series\u003c/li\u003e\n        \u003cli\u003eRecursive factorial\u003c/li\u003e\n        \u003cli\u003eReturning values\u003c/li\u003e\n        \u003cli\u003eSum of the digits\u003c/li\u003e\u003c/br\u003e\n      \u003c/ul\u003e\n      \u003cli\u003e\u003cb\u003eChapter 8\u003c/b\u003e\u003ca href = \"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapter8\"\u003e ✅\u003c/a\u003e\u003c/li\u003e\n      \u003cp\u003e'Basic object-oriented programming'\u003c/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eClasses introduction\u003c/li\u003e\n        \u003cli\u003eClasses introduction - 2\u003c/li\u003e\n        \u003cli\u003eMonster generator\u003c/li\u003e\n        \u003cli\u003eBlackjack using classes\u003c/li\u003e\n        \u003cli\u003eClass constructor\u003c/li\u003e\n        \u003cli\u003eDestructor class\u003c/li\u003e\n        \u003cli\u003eFriend function\u003c/li\u003e\n        \u003cli\u003eMember variables\u003c/li\u003e\n        \u003cli\u003ePoint - 2D\u003c/li\u003e\n        \u003cli\u003eSimple stack using class\u003c/li\u003e\n        \u003cli\u003eStatic member variables\u003c/li\u003e\n        \u003cli\u003eVector friend\u003c/li\u003e\u003c/br\u003e\n      \u003c/ul\u003e\n      \u003cli\u003e\u003cb\u003eChapter 9\u003c/b\u003e 🚧\u003ca href = \"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/tree/master/chapter9\"\u003e ✅\u003c/a\u003e\u003c/li\u003e\n      \u003cul\u003e\u003cli\u003e'Operator Overloading'\u003c/ul\u003e\u003c/li\u003e\n      \u003cli\u003eChapter 10 💤\u003c/li\u003e\n      \u003cli\u003eChapter 11 💤\u003c/li\u003e\n      \u003cli\u003eChapter 12 💤\u003c/li\u003e\n      \u003cli\u003eChapter 13 💤\u003c/li\u003e\n      \u003cli\u003eChapter 14 💤\u003c/li\u003e\n      \u003cli\u003eChapter 15 💤\u003c/li\u003e\n      \u003cli\u003eChapter 16 💤\u003c/li\u003e\n      \u003cli\u003eChapter 17 💤\u003c/li\u003e\n      \u003cli\u003eChapter 18 💤\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/body\u003e\n  \u003cfooter\u003e\n    \u003ch2\u003eLicence\u003c/h2\u003e\n  \u003ca href = \"https://github.com/Ruturaj4/Learncpp-Dot-Com-Quizzes/blob/master/LICENSE\"\u003e MIT \u003c/a\u003e\n  \u003c/footer\u003e\n\u003c/html\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruturaj4%2Flearncpp-dot-com-quizzes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruturaj4%2Flearncpp-dot-com-quizzes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruturaj4%2Flearncpp-dot-com-quizzes/lists"}