/student-registration

Student registration console program

Primary LanguageC

Student Registration

University project for end of course in Algorithms II.

image

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 and then follow one of the two instructions below:

With Visual Studio Code:

  1. Install Visual Studio Code (text editor)
  2. Install the plugin for C/C++
  3. Open the text editor and import the project folder with 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 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