{"id":19608845,"url":"https://github.com/joegithubpro/studentinformationsystemevo","last_synced_at":"2025-07-14T03:33:34.996Z","repository":{"id":238152109,"uuid":"725234677","full_name":"JoeGitHubPro/studentInformationSystemEVO","owner":"JoeGitHubPro","description":"C++ console - Student Management System","archived":false,"fork":false,"pushed_at":"2024-05-04T15:37:08.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T17:16:26.202Z","etag":null,"topics":[],"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/JoeGitHubPro.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-11-29T18:06:03.000Z","updated_at":"2024-05-23T06:34:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7b84627-a69c-4b08-b12c-f7057c44e200","html_url":"https://github.com/JoeGitHubPro/studentInformationSystemEVO","commit_stats":null,"previous_names":["joegithubpro/studentinformationsystemevo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JoeGitHubPro/studentInformationSystemEVO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeGitHubPro%2FstudentInformationSystemEVO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeGitHubPro%2FstudentInformationSystemEVO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeGitHubPro%2FstudentInformationSystemEVO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeGitHubPro%2FstudentInformationSystemEVO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoeGitHubPro","download_url":"https://codeload.github.com/JoeGitHubPro/studentInformationSystemEVO/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeGitHubPro%2FstudentInformationSystemEVO/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265237696,"owners_count":23732514,"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":[],"created_at":"2024-11-11T10:17:47.169Z","updated_at":"2025-07-14T03:33:34.950Z","avatar_url":"https://github.com/JoeGitHubPro.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1\u003eStudent Management System\u003c/h1\u003e\n\n\u003ch2\u003eDescription\u003c/h2\u003e\n\u003cp\u003eThis program is a simple student management system that allows users to add students, courses, and student scores, as well as display student and course information.\u003c/p\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eAdd Student: Users can add new students with their details including student number, name, sex, age, institution, and major.\u003c/li\u003e\n    \u003cli\u003eAdd Course: Users can add new courses with details such as course number, name, credit, and property (compulsory or optional).\u003c/li\u003e\n    \u003cli\u003eAdd Student Score: Users can add scores for students in specific courses.\u003c/li\u003e\n    \u003cli\u003eDisplay Student Information: Users can view detailed information about a specific student by providing their student number.\u003c/li\u003e\n    \u003cli\u003eDisplay Course Information: Users can view detailed information about a specific course by providing its course number.\u003c/li\u003e\n    \u003cli\u003eDisplay Student Scores: Users can view scores of a specific student by providing their student number.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\u003col\u003e\n    \u003cli\u003eRun the program.\u003c/li\u003e\n    \u003cli\u003eChoose the desired operation from the menu:\n        \u003cul\u003e\n            \u003cli\u003e1: Add Student\u003c/li\u003e\n            \u003cli\u003e2: Add Course\u003c/li\u003e\n            \u003cli\u003e3: Add Student Score\u003c/li\u003e\n            \u003cli\u003e4: Display Student Information\u003c/li\u003e\n            \u003cli\u003e5: Display Course Information\u003c/li\u003e\n            \u003cli\u003e6: Display Student Scores\u003c/li\u003e\n            \u003cli\u003e7: Exit\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003eFollow the prompts to perform the selected operation.\u003c/li\u003e\n    \u003cli\u003eAfter completing the operation, choose whether to perform another operation or exit the program.\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch2\u003eContributing\u003c/h2\u003e\n\u003cp\u003eFeel free to contribute to this project by submitting bug reports, feature requests, or pull requests.\u003c/p\u003e\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\u003cp\u003eThis program is released under the \u003ca href=\"https://opensource.org/licenses/MIT\"\u003eMIT License\u003c/a\u003e.\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoegithubpro%2Fstudentinformationsystemevo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoegithubpro%2Fstudentinformationsystemevo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoegithubpro%2Fstudentinformationsystemevo/lists"}