{"id":22327295,"url":"https://github.com/thisis-developer/c-plus-plus","last_synced_at":"2025-10-14T14:31:57.400Z","repository":{"id":64320676,"uuid":"574929084","full_name":"ThisIs-Developer/C-Plus-Plus","owner":"ThisIs-Developer","description":"This repo contains various C++ topics like constructors and destructors, data structures, dynamic memory allocation, exception handling, friend functions, functions, inheritance, loops, new and delete operations, polymorphism, practice code, recursion, structures, and templates.","archived":false,"fork":false,"pushed_at":"2023-01-31T15:34:08.000Z","size":72,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T07:27:49.028Z","etag":null,"topics":["constructor","cplusplus","cpp","datastructures","destructors","dynamic-programming","exception-handling","friendfunction","gfg-solutions","loops","object-oriented-programming","overloading","overriding","polymorphism","recursion","static","structure","template","virtualfunctions","vscode"],"latest_commit_sha":null,"homepage":"","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/ThisIs-Developer.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}},"created_at":"2022-12-06T11:40:01.000Z","updated_at":"2024-04-07T08:42:48.000Z","dependencies_parsed_at":"2023-02-16T20:45:44.830Z","dependency_job_id":null,"html_url":"https://github.com/ThisIs-Developer/C-Plus-Plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThisIs-Developer/C-Plus-Plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FC-Plus-Plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FC-Plus-Plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FC-Plus-Plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FC-Plus-Plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThisIs-Developer","download_url":"https://codeload.github.com/ThisIs-Developer/C-Plus-Plus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FC-Plus-Plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019123,"owners_count":26086680,"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-10-14T02:00:06.444Z","response_time":60,"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":["constructor","cplusplus","cpp","datastructures","destructors","dynamic-programming","exception-handling","friendfunction","gfg-solutions","loops","object-oriented-programming","overloading","overriding","polymorphism","recursion","static","structure","template","virtualfunctions","vscode"],"created_at":"2024-12-04T03:09:03.749Z","updated_at":"2025-10-14T14:31:57.064Z","avatar_url":"https://github.com/ThisIs-Developer.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# C++ [![Actions Status](https://github.com/cfgnunes/numerical-methods-python/workflows/build/badge.svg)](https://github.com/ThisIs-Developer/C-Plus-Plus)\n\nC++ is a general-purpose programming language and is widely used nowadays for competitive programming. It has imperative, object-oriented and generic programming features. C++ runs on lots of platforms like Windows, Linux, Unix, Mac etc.\n\n![74897](https://user-images.githubusercontent.com/109382325/215766036-07eb7fbf-539f-411c-964a-1c56841bc53b.jpg)\n\n\n## Author\n\n- [@ThisIs-Developer](https://github.com/ThisIs-Developer)\n\n\n## Demo\n```\nclass CPlusPlus\n{\n    public:\n    \tvoid Code()\n\t\t{\n    \t\tcout\u003c\u003c\"Hey,ThisIs-Developer\"\u003c\u003cendl;\n    \t}\n};\n```\n## Deployment\n\nInstalling MinGW/MSYS\n```bash\nhttp://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite\n```\n```bash\nhttp://www.mingw.org/wiki/MSYS\n```\nDownload the MinGW Installer\n```bash\nhttps://sourceforge.net/project/showfiles.php?group_id=2435\u0026package_id=240780\n```\nInstalling MSYS\n```bash\nhttp://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe\n```\nGit for MSYS\n```bash\nhttp://code.google.com/p/msysgit/\n```\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n```\n#ifdef _TPF_SOURCE                                    \n     #ifndef __envn__                                 \n          char ***__Envn();                           \n          #define  environ (*(__Envn()))              \n          #define __envn__                            \n     #endif                                           \n#else\n```\n\n\n## Features\n\n- Object Oriented\n- Memory Management\n- Mid-level programming language\n- Structured programming language\n\n\n\n## Running Tests\n\nTo run tests, run the following command\n\n```bash\n    gcc --version\n    g++ --version\n    gdb --version\n```\n```bash\n    mkdir projects\n    cd projects\n    mkdir helloworld\n    cd helloworld\n    code .\n```\n```bash\n{\n  \"tasks\": [\n    {\n      \"type\": \"cppbuild\",\n      \"label\": \"C/C++: g++.exe build active file\",\n      \"command\": \"C:\\\\msys64\\\\mingw64\\\\bin\\\\g++.exe\",\n      \"args\": [\n        \"-fdiagnostics-color=always\",\n        \"-g\",\n        \"${file}\",\n        \"-o\",\n        \"${fileDirname}\\\\${fileBasenameNoExtension}.exe\"\n      ],\n      \"options\": {\n        \"cwd\": \"${fileDirname}\"\n      },\n      \"problemMatcher\": [\"$gcc\"],\n      \"group\": {\n        \"kind\": \"build\",\n        \"isDefault\": true\n      },\n      \"detail\": \"Task generated by Debugger.\"\n    }\n  ],\n  \"version\": \"2.0.0\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisis-developer%2Fc-plus-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisis-developer%2Fc-plus-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisis-developer%2Fc-plus-plus/lists"}