{"id":26053281,"url":"https://github.com/gobikrishnanpro/studentrecordsystem","last_synced_at":"2026-05-26T13:38:53.346Z","repository":{"id":281137190,"uuid":"944317505","full_name":"Gobikrishnanpro/StudentRecordSystem","owner":"Gobikrishnanpro","description":"This is a command-line application built in C++ to manage student records. It allows users to perform CRUD operations (Create, Read, Update, Delete) on student data, including student ID, name, and marks. The program uses object-oriented programming (OOP) principles and file handling to persist data across sessions.","archived":false,"fork":false,"pushed_at":"2025-03-07T07:10:32.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T07:29:53.602Z","etag":null,"topics":["cpp"],"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/Gobikrishnanpro.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":"2025-03-07T06:21:22.000Z","updated_at":"2025-03-07T07:10:35.000Z","dependencies_parsed_at":"2025-03-07T07:39:55.897Z","dependency_job_id":null,"html_url":"https://github.com/Gobikrishnanpro/StudentRecordSystem","commit_stats":null,"previous_names":["gobikrishnanpro/studentrecordsystem"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gobikrishnanpro%2FStudentRecordSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gobikrishnanpro%2FStudentRecordSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gobikrishnanpro%2FStudentRecordSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gobikrishnanpro%2FStudentRecordSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gobikrishnanpro","download_url":"https://codeload.github.com/Gobikrishnanpro/StudentRecordSystem/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242515233,"owners_count":20141982,"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":["cpp"],"created_at":"2025-03-08T07:27:46.713Z","updated_at":"2026-05-26T13:38:53.297Z","avatar_url":"https://github.com/Gobikrishnanpro.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Record System\n\n## Description\nThis is a command-line application built in C++ to manage student records. It allows users to perform CRUD operations (Create, Read, Update, Delete) on student data, including student ID, name, and marks. The program uses object-oriented programming (OOP) principles and file handling to persist data across sessions.\n\n## Features\n- Add a new student with ID, name, and marks.\n- Display all student records.\n- Update an existing student's name and marks by ID.\n- Delete a student record by ID.\n- Data is stored in a text file (`students.txt`) for persistence.\n\n## Technologies Used\n- **C++**: Core programming language with OOP concepts (classes, objects).\n- **File Handling**: Standard C++ libraries (`fstream`) for reading/writing to files.\n- **STL**: Utilizes `vector` for dynamic storage of student records.\n\n## How to Run\n1. **Prerequisites**: A C++ compiler (e.g., g++, MinGW, or any IDE like Code::Blocks).\n2. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/Gobikrishnanpro/StudentRecordSystem.git\n   cd StudentRecordSystem\n   g++ StudentRecordSystem.cpp -o sr\n   ./sr\n\n## Sample Usage\n1.Add: Enter 1, then input 101 John 85.5. || \n2.Display: Enter 2 to see all records. || \n3.Update: Enter 3, then 101 Jane 90.0 to update. || \n4.Delete: Enter 4, then 101 to remove.\n\n## File Structure\nStudentRecordSystem.cpp: Main source code.\nstudents.txt: Generated file storing student data (created on first run).\n\n## Author\nGobi Krishnan - A Java Full-Stack student exploring C++ for system programming.\n\nLicense\nThis project is open-source and available under the MIT License.\n\n## Output:\n![stud_add](https://github.com/user-attachments/assets/93ecd4ff-ad92-435a-a737-b4efb8d89a03)\n![stud_dis](https://github.com/user-attachments/assets/62c4d92d-5074-488d-8679-22d9b89387e5)\n![stud_update](https://github.com/user-attachments/assets/52f70d8c-b488-498b-8512-bf20e4a1daa7)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobikrishnanpro%2Fstudentrecordsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgobikrishnanpro%2Fstudentrecordsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobikrishnanpro%2Fstudentrecordsystem/lists"}