Skip to content

Student registration system, a challenge set by my professor in the second semester of university, applying basic concepts of algorithms and structs.

Notifications You must be signed in to change notification settings

DanielAngelo2024/Sistema-de-cadastro-de-alunos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Cadastro de Alunos

🇧🇷

▶️Sistema de cadastro de alunos, desafio feito pelo meu professor no segundo período da faculdade, aplicando conceitos básicos de algoritmos e de structs.

🤔 Será atualizado sempre que um conceito novo for apresentado nas aulas da faculdade.

1️⃣ Apliquei conceitos básicos de algoritmos.

2️⃣ Conceitos de structs, com aluno e disciplina.

3️⃣ Cadastro de Alunos utilizando listas encadeadas.

4️⃣ Registro de notas.

5️⃣ Alteração de notas.

6️⃣ Exibição do aluno atual.

7️⃣ Seleção do aluno através do índice do array (a atualizar para utilizar listas encadeadas).

8️⃣ Usuário escolhe quando sair.

9️⃣ Exibição de todos os alunos cadastrados.

🔟 Detecção caso não tenha um aluno cadastrado.


💡 Atualização 1: Protótipo de funções.

💡 Atualização 2: Ponteiros.

💡 Atualização 3: Adicionar e remover alunos utilizando listas encadeadas.

-------------------------------------------------------------------------------------------------------------------------------------

🇺🇸

▶️ Student registration system, a challenge set by my professor in the second semester of college, applying basic concepts of algorithms and structs.

🤔 It will be updated whenever a new concept is presented in college classes.

1️⃣ I applied basic concepts of algorithms.

2️⃣ Concepts of structs, with student and discipline.

3️⃣ Student Registration with linked lists.

4️⃣ Recording grades.

5️⃣ Changing grades.

6️⃣ Displaying the current student.

7️⃣ Selecting the student through the array index.(to update to linked lists)

8️⃣ User chooses when to leave.

9️⃣ Displaying all registered students.

🔟 Detection if there is no registered student.


💡 Update 1: Function prototype.

💡 Update 2: Pointers.

💡 Update 3: Add and remove students using linked lists.

About

Student registration system, a challenge set by my professor in the second semester of university, applying basic concepts of algorithms and structs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages