University project for end of course in Algorithms II.
- Developed student registration with: menu, register student, consult student, print students summary and student grades situation functionalities
- Implemented data structures and functions
To get started, fork the repository and then follow one of the two instructions below:
- Install Visual Studio Code (text editor)
- Install the plugin for C/C++
- Open the text editor and import the project folder with menu
File > Open Folder
- Select the C/C++ file you want to compile
- Press
Ctrl + Shift + B
or menuTerminal > Run Build Task
to compile it - Go to the text editor's terminal and open the file typing:
./my-file-name
- Open the project folder in your favorite IDE (Integrated Development Environment)
- Select the C/C++ file you want to compile
- Run the file selecting your IDE compiling option