{"id":20261737,"url":"https://github.com/sudeepacharjee/cpp-projects","last_synced_at":"2026-01-08T04:33:39.189Z","repository":{"id":183161227,"uuid":"669674205","full_name":"SudeepAcharjee/CPP-Projects","owner":"SudeepAcharjee","description":"is repository contains simple programs written in C++ programming languages to help beginners understand the basics of coding. Feel free to explore and learn ","archived":false,"fork":false,"pushed_at":"2024-07-26T16:19:25.000Z","size":235,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T12:12:20.346Z","etag":null,"topics":["c","cpp","txt-files"],"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/SudeepAcharjee.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":"2023-07-23T04:09:57.000Z","updated_at":"2024-07-26T16:19:28.000Z","dependencies_parsed_at":"2024-07-25T17:48:48.607Z","dependency_job_id":"68419fac-47dc-4f26-acea-884b629b341f","html_url":"https://github.com/SudeepAcharjee/CPP-Projects","commit_stats":null,"previous_names":["sudeepacharjee/learning-documenting-dsa-","sudeepacharjee/learning-programming-languages","sudeepacharjee/cpp-learning"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SudeepAcharjee%2FCPP-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SudeepAcharjee%2FCPP-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SudeepAcharjee%2FCPP-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SudeepAcharjee%2FCPP-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SudeepAcharjee","download_url":"https://codeload.github.com/SudeepAcharjee/CPP-Projects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246126696,"owners_count":20727594,"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":["c","cpp","txt-files"],"created_at":"2024-11-14T11:26:49.105Z","updated_at":"2026-01-08T04:33:34.143Z","avatar_url":"https://github.com/SudeepAcharjee.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Programming Learning Repository\n\nWelcome to my C++ programming learning repository! This repository contains various programs and projects implemented in C++ to enhance programming skills.\n\n## Programs\n\n### 1. String Operation Program\n\n- Description: A program demonstrating string operations without using library functions.\n- Blog Post: [String Operation Program Blog Post](https://sudeep449.hashnode.dev/implementing-a-custom-string-class-in-c) \u003c!-- You can replace this with the actual blog post link when it's avaiable --\u003e\n\n### 2. Sorting Program\n\n- Description: Implementation of sorting algorithms in C++.\n- Blog Post: [Sorting Program Blog Post](https://sudeep449.hashnode.dev/exploring-custom-arrays-with-sorting) \u003c!-- You can replace this with the actual blog post link when it's available --\u003e\n\n### 3. Polymorphism Program\n\n- Description: Implementation of polymorphism concepts in C++.\n- Blog Post: [Polymorphism Program Blog Post](https://sudeep449.hashnode.dev/understanding-complex-numbers-with-c) \u003c!-- You can replace this with the actual blog post link when it's available --\u003e\n\n### 4. Find Triangle Program\n\n- Description: A program to find and classify triangles based on side lengths.\n- Blog Post: [Find Triangle Program Blog Post](https://sudeep449.hashnode.dev/determining-triangle-properties-in-c) \u003c!-- You can replace this with the actual blog post link when it's available --\u003e\n\n### 5. Hospital Management System\n\n- Description: A program to manage hospital operations and patient records.\n- Blog Post: [Hospital Management System Blog Post](https://sudeep449.hashnode.dev/understanding-appointment-system-in-c) \u003c!-- You can replace this with the actual blog post link when it's available --\u003e\n\n### 6. Employee Management System\n\n- Description: A program to manage employee information and tasks.\n- Blog Post: [Employee Management System Blog Post](https://sudeep449.hashnode.dev/employee-management-systemc) \u003c!-- You can replace this with the actual blog post link when it's available --\u003e\n\n### 7. CRUD Operation Program\n\n- Description: Implementation of Create, Read, Update, Delete (CRUD) operations.\n- Blog Post: [CRUD Operation Program Blog Post](https://sudeep449.hashnode.dev/crud-operation) \u003c!-- You can replace this with the actual blog post link when it's available --\u003e\n\n### 8. Class Management System\n\n- Description: A program demonstrating class management concepts in C++.\n- Blog Post: [Class Management System Blog Post](https://sudeep449.hashnode.dev/exploring-polymorphism-in-c-with-student-class-hierarchy) \u003c!-- You can replace this with the actual blog post link when it's available --\u003e\n\n### 9. Class Point Program\n\n- Description: A program to represent points in the two-dimensional plane.\n- Blog Post: [Class Point Program Blog Post](https://sudeep449.hashnode.dev/exploring-points-in-a-cartesian-plane-with-c-classes) \u003c!-- You can replace this with the actual blog post link when it's available --\u003e\n\n### 10. Circle Calculator Program\n\n- Description: A program to calculate properties of circles.\n- Blog Post: [Circle Calculator Program Blog Post](https://sudeep449.hashnode.dev/exploring-circles-in-c-with-object-oriented-programming) \u003c!-- You can replace this with the actual blog post link when it's available --\u003e\n\n## Usage\n\nTo run these programs, you can compile them using a C++ compiler like g++ and execute the generated binaries.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudeepacharjee%2Fcpp-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudeepacharjee%2Fcpp-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudeepacharjee%2Fcpp-projects/lists"}