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

https://github.com/piratecoderz/final-project

#Code Written in C++. #Basic code in C++. It has 3 parts. #1. Create nested Arrays of data that contain student name, father name, array of marks in 5 subjects. #2. access all data in array using structure. #3. In main you can get toper data, #4. You can get all student data, #5. You can get specific student data by using its number.
https://github.com/piratecoderz/final-project

cpp cpp-programming cpp-project final final-project final-year-project finalproject projects projects-list student-portal student-project

Last synced: 10 months ago
JSON representation

#Code Written in C++. #Basic code in C++. It has 3 parts. #1. Create nested Arrays of data that contain student name, father name, array of marks in 5 subjects. #2. access all data in array using structure. #3. In main you can get toper data, #4. You can get all student data, #5. You can get specific student data by using its number.

Awesome Lists containing this project

README

          

#Final-Project
# This repo manages the student record of their Roll no, class sections, and Marks.
#This project is about the student result data for a semester.
#Data is stored in a Structure.

# Code Written in C++ for first-year project in programming fundamentals.
#Basic code in C++. It has 3 parts.
#1. Create nested Arrays of data that contain the student's name, father's name, and an array of marks in 5 subjects.
#2. access all data in an array using structure.
#3. In the main you can get topper data,
#4. You can get all student data,
#5. You can get specific student data by using its number.