https://github.com/sudeepacharjee/cpp-projects
is repository contains simple programs written in C++ programming languages to help beginners understand the basics of coding. Feel free to explore and learn
https://github.com/sudeepacharjee/cpp-projects
c cpp txt-files
Last synced: 6 months ago
JSON representation
is repository contains simple programs written in C++ programming languages to help beginners understand the basics of coding. Feel free to explore and learn
- Host: GitHub
- URL: https://github.com/sudeepacharjee/cpp-projects
- Owner: SudeepAcharjee
- Created: 2023-07-23T04:09:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T16:19:25.000Z (about 1 year ago)
- Last Synced: 2025-02-03T12:12:20.346Z (8 months ago)
- Topics: c, cpp, txt-files
- Language: C++
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Programming Learning Repository
Welcome to my C++ programming learning repository! This repository contains various programs and projects implemented in C++ to enhance programming skills.
## Programs
### 1. String Operation Program
- Description: A program demonstrating string operations without using library functions.
- Blog Post: [String Operation Program Blog Post](https://sudeep449.hashnode.dev/implementing-a-custom-string-class-in-c)### 2. Sorting Program
- Description: Implementation of sorting algorithms in C++.
- Blog Post: [Sorting Program Blog Post](https://sudeep449.hashnode.dev/exploring-custom-arrays-with-sorting)### 3. Polymorphism Program
- Description: Implementation of polymorphism concepts in C++.
- Blog Post: [Polymorphism Program Blog Post](https://sudeep449.hashnode.dev/understanding-complex-numbers-with-c)### 4. Find Triangle Program
- Description: A program to find and classify triangles based on side lengths.
- Blog Post: [Find Triangle Program Blog Post](https://sudeep449.hashnode.dev/determining-triangle-properties-in-c)### 5. Hospital Management System
- Description: A program to manage hospital operations and patient records.
- Blog Post: [Hospital Management System Blog Post](https://sudeep449.hashnode.dev/understanding-appointment-system-in-c)### 6. Employee Management System
- Description: A program to manage employee information and tasks.
- Blog Post: [Employee Management System Blog Post](https://sudeep449.hashnode.dev/employee-management-systemc)### 7. CRUD Operation Program
- Description: Implementation of Create, Read, Update, Delete (CRUD) operations.
- Blog Post: [CRUD Operation Program Blog Post](https://sudeep449.hashnode.dev/crud-operation)### 8. Class Management System
- Description: A program demonstrating class management concepts in C++.
- Blog Post: [Class Management System Blog Post](https://sudeep449.hashnode.dev/exploring-polymorphism-in-c-with-student-class-hierarchy)### 9. Class Point Program
- Description: A program to represent points in the two-dimensional plane.
- Blog Post: [Class Point Program Blog Post](https://sudeep449.hashnode.dev/exploring-points-in-a-cartesian-plane-with-c-classes)### 10. Circle Calculator Program
- Description: A program to calculate properties of circles.
- Blog Post: [Circle Calculator Program Blog Post](https://sudeep449.hashnode.dev/exploring-circles-in-c-with-object-oriented-programming)## Usage
To run these programs, you can compile them using a C++ compiler like g++ and execute the generated binaries.