{"id":18687155,"url":"https://github.com/devsubid/c-plus-plus","last_synced_at":"2025-08-16T23:07:02.834Z","repository":{"id":115948118,"uuid":"523051641","full_name":"devsubid/C-Plus-Plus","owner":"devsubid","description":"Basic Programs using C++","archived":false,"fork":false,"pushed_at":"2022-11-15T22:15:39.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-07T14:50:18.692Z","etag":null,"topics":["academic","cpp","learning-by-doing","learning-exercise","open-source"],"latest_commit_sha":null,"homepage":"https://itsme-Subid.github.io/C-Plus-Plus/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsubid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"itsme-Subid","patreon":"itsme_Subid"}},"created_at":"2022-08-09T17:43:16.000Z","updated_at":"2022-08-13T08:40:22.000Z","dependencies_parsed_at":"2023-06-13T15:30:45.909Z","dependency_job_id":null,"html_url":"https://github.com/devsubid/C-Plus-Plus","commit_stats":null,"previous_names":["devsubid/c-plus-plus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devsubid/C-Plus-Plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Plus-Plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Plus-Plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Plus-Plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Plus-Plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsubid","download_url":"https://codeload.github.com/devsubid/C-Plus-Plus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Plus-Plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270781393,"owners_count":24643820,"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-16T02:00:11.002Z","response_time":91,"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":["academic","cpp","learning-by-doing","learning-exercise","open-source"],"created_at":"2024-11-07T10:31:35.485Z","updated_at":"2025-08-16T23:07:02.783Z","avatar_url":"https://github.com/devsubid.png","language":"C++","readme":"# [C++ Basic Programs (Smart Coding)](https://github.com/itsme-Subid/C-Plus-Plus)\n\nThe agenda of this repository is to help others and myself too.\nI personally found it very useful for many times, generally I code a program but forget it very frequently, so this repository help by easy accessibility to my code and also easy to go through the programs.\n \n## Installation `G++`\n\nInstall `G++` to Compile the C++ Programs\n\n- Get the latest version of GCC via [tdm-gcc](https://jmeubank.github.io/tdm-gcc/), which provides up-to-date native builds of `G++`, tdm-gcc, and other helpful C/C++ tools and libraries. You can download the latest installer from the tdm page or use this [link to the installer](https://jmeubank.github.io/tdm-gcc/).\n\n- Follow the Installation instructions on the [tdm-gcc](https://jmeubank.github.io/tdm-gcc/) website to install G++. Take care to run actual tdm-gcc executable.\n\n## Check your G++ installation\nTo check that your G++ tools are correctly installed and available, open a new Command Prompt and type:\n\n```bash\ng++ --version\ngdb --version\n```\n\u003e **Note**: If you don't see the expected output or `g++ or gdb is not a recognized command`. Make sure you followed the instructions on the [tdm-gcc website](https://jmeubank.github.io/tdm-gcc/) to install G++.\n\n## Run Program\n\nGo to the Project Directory and open `Command Prompt`\n```bash\n  cd C:\\Users\\{User Name}\\Documents\\{Project Directory}\n```\n\nClone the project\n\n```bash\n  git clone git@github.com:itsme-Subid/C-Plus-Plus.git\n```\n\nCompile Program\n\n```bash\n  g++ {Program Name}.cpp\n```\n\nRun Program\n\n```bash\n  a.exe\n```\n\n","funding_links":["https://github.com/sponsors/itsme-Subid","https://patreon.com/itsme_Subid"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsubid%2Fc-plus-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsubid%2Fc-plus-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsubid%2Fc-plus-plus/lists"}