https://github.com/joakimteixeira/student-registration
Student registration console program
https://github.com/joakimteixeira/student-registration
c data-structures
Last synced: about 1 month ago
JSON representation
Student registration console program
- Host: GitHub
- URL: https://github.com/joakimteixeira/student-registration
- Owner: JoakimTeixeira
- Created: 2019-05-23T23:47:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T19:30:38.000Z (over 1 year ago)
- Last Synced: 2025-03-16T11:47:30.499Z (over 1 year ago)
- Topics: c, data-structures
- Language: C
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Registration
University project for the end of the course in Algorithms II.

## What I've learned
- Developed student registration with: *menu*, *register student*, *consult student*, *print students summary* and *student grades situation* functionalities
- Implemented data structures and functions
## Running the Project
To get started, fork the repository, clone it, and then follow one of the two instructions below:
### With Visual Studio Code:
1. Install [Visual Studio Code](https://code.visualstudio.com/Download) (text editor)
2. Install the [plugin](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) for C/C++
3. Open the text editor and import the project folder with the menu `File > Open Folder`
4. Select the C/C++ file you want to compile
5. Press `Ctrl + Shift + B` or menu `Terminal > Run Build Task` to compile it
6. Go to the text editor's terminal and open the file by typing: `./my-file-name`
### With IDE:
1. Open the project folder in your favorite IDE (Integrated Development Environment)
2. Select the C/C++ file you want to compile
3. Run the file selecting your IDE compiling option