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.
- Host: GitHub
- URL: https://github.com/piratecoderz/final-project
- Owner: PirateCoderz
- Created: 2023-05-11T16:06:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T12:24:33.000Z (over 1 year ago)
- Last Synced: 2025-01-15T12:15:34.063Z (11 months ago)
- Topics: cpp, cpp-programming, cpp-project, final, final-project, final-year-project, finalproject, projects, projects-list, student-portal, student-project
- Language: C++
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.