An open API service indexing awesome lists of open source software.

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

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
```

![Alt text](screenshots/1.png)

![Alt text](screenshots/2.png)

![Alt text](screenshots/3.png)

![Alt text](screenshots/4.png)

![Alt text](screenshots/5.png)

![Alt text](screenshots/6.png)

![Alt text](screenshots/7.png)

![Alt text](screenshots/8.png)

![Alt text](screenshots/9.png)

![Alt text](screenshots/10.png)

![Alt text](screenshots/11.png)