{"id":16260686,"url":"https://github.com/piyush-linux/learn-cpp-with-piyush","last_synced_at":"2025-07-20T21:34:11.141Z","repository":{"id":229809307,"uuid":"777688434","full_name":"Piyush-linux/Learn-Cpp-With-Piyush","owner":"Piyush-linux","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-26T10:31:31.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T14:13:55.856Z","etag":null,"topics":[],"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/Piyush-linux.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":"2024-03-26T10:29:06.000Z","updated_at":"2024-03-26T10:30:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"64684c3e-9954-40ce-847e-5c92fee0b251","html_url":"https://github.com/Piyush-linux/Learn-Cpp-With-Piyush","commit_stats":null,"previous_names":["piyush-linux/learn-cpp-with-piyush"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Piyush-linux/Learn-Cpp-With-Piyush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piyush-linux%2FLearn-Cpp-With-Piyush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piyush-linux%2FLearn-Cpp-With-Piyush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piyush-linux%2FLearn-Cpp-With-Piyush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piyush-linux%2FLearn-Cpp-With-Piyush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Piyush-linux","download_url":"https://codeload.github.com/Piyush-linux/Learn-Cpp-With-Piyush/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piyush-linux%2FLearn-Cpp-With-Piyush/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266204534,"owners_count":23892364,"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":[],"created_at":"2024-10-10T16:20:45.722Z","updated_at":"2025-07-20T21:34:11.124Z","avatar_url":"https://github.com/Piyush-linux.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CPP\n\n1. Learn Only Basic (Dont Dug Much)\n2. \n\n## Setup\n+ Vscode Setup\n\t- c++ Extension\n\t- task.json\n\t- Layout: main.cpp, input.txt, output.txt\n+ Sublime\n\t- c++ Completion\n\t- sublimeAStyleFormatter\n\t- sublime\u003e tools\u003e c++\n+ Browser\n\t- https://wandbox.org/\n\n\n## Projects\n1. Hello World\n2. Calculator\n3. \n\n### Two Sum\n\n```\nExample 1:\n\tInput: nums = [2,7,11,15], target = 9\n\tOutput: [0,1]\n\tExplanation: Because nums[0] + nums[1] == 9, we return [0, 1].\n\nExample 2:\n\tInput: nums = [3,2,4], target = 6\n\tOutput: [1,2]\n\nExample 3:\n\tInput: nums = [3,3], target = 6\n\tOutput: [0,1]\n\n```\n\n```cpp\n#include \u003ciostream\u003e\nusing namespace std;\n\nint main(){\n\n\tcout \u003c\u003c \"Hello World!\";\n\tint num[5] = {4, 3, 7, 2, 0};\n\tfor (int i = 0; i \u003c 5; i++) {\n\t  cout \u003c\u003c cars[i] \u003c\u003c \"\\n\";\n\t}\n\n\treturn 0;\n}\n```\n\n###\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyush-linux%2Flearn-cpp-with-piyush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiyush-linux%2Flearn-cpp-with-piyush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyush-linux%2Flearn-cpp-with-piyush/lists"}