https://github.com/ebrezadev/student_course_management_cpp_ncurses
a sample C++ program to manage students, in c++ using ncurses
https://github.com/ebrezadev/student_course_management_cpp_ncurses
cpp ncurse ncurses students tui
Last synced: 12 months ago
JSON representation
a sample C++ program to manage students, in c++ using ncurses
- Host: GitHub
- URL: https://github.com/ebrezadev/student_course_management_cpp_ncurses
- Owner: ebrezadev
- Created: 2024-12-24T16:28:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T16:43:27.000Z (over 1 year ago)
- Last Synced: 2025-02-21T05:15:38.984Z (over 1 year ago)
- Topics: cpp, ncurse, ncurses, students, tui
- Language: C++
- Homepage:
- Size: 506 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Course Management C++ Ncurses
A sample C++ program to manage students, in c++ using ncurses. Students and courses can be added or removed. Students can register courses, and their grades can be saved.
```bash
mkdir release
make all
release/student_portal.out
```










