Learn C++ File Handling Project (console): Mini Database
C++ File Handling Project (Console based) :Mini database: Student Database Management System & Result Calculation System
What you’ll learn
-
Students will learn to make a console-based project in C++ based on file handling concepts.
-
Learn how to create mini-database( which is a binary file) that contains records of students
-
Learn to add, delete, update, search records of students in the database
-
Learn to create Result Calculation System that calculates the result of whole class & also shows individual student result.
-
Learn to implement concepts & make project after doing C++ beginners level course
Requirements
-
Access to a computer with internet to install Dev C++
-
Student should know all basic concepts of C++ like data types, operators , decision making statements, loops, functions, arrays, pointers, structures, classes, File Handling in C++ etc
Who this course is for:
- C++ Intermediate students who just completed C++ beginners level course and want to implement C++ basics & File Handling concept by creating a mini-database.