Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn C++ File Handling Project (console): Mini Database
Rating: 4.4 out of 5(92 ratings)
10,294 students

Learn C++ File Handling Project (console): Mini Database

C++ File Handling Project (Console based) :Mini database: Student Database Management System & Result Calculation System
Created bySarah Naseem
Last updated 7/2023
English
English [Auto],

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

Course content

6 sections27 lectures5h 34m total length
  • Introduction12:05

    Launch a console-based C++ mini database project using a binary file to manage student records and perform write, read, update, delete, and search operations, while computing grades and percentages.

  • Preview of Project Demo & Download Project Complete Source Code7:23

    Preview the console-based c++ mini database demo, a student database management system with create, view, search, update, and delete records, and download the complete source code from resources.

  • Dev C++ Installation4:08

    Installs Dev-C++ 5.11 from SourceForge by downloading and accepting the license, selecting English, installing to the D drive, and configuring MinGW-w64 to access the bin folder for C++ programs.

  • How To Run Project In Dev C++10:09

    Install Dev C++ and download the three project files, place them in the bin folder, and open the project to run and verify records in the console database.

  • How To Run Project in Visual Studio9:30

    Learn to run a C++ console project in Visual Studio 2019 by creating a Straughn Database System project, wiring in the files, and executing to read, display, and extend records.

  • How To Run Project in Code Blocks6:32

    Learn to run the console C++ file handling project in Code Blocks by opening the project files, building and running, and managing records in the database system.

  • Designing Home Screen Of Project17:06

    Design the home screen of a C++ console project for a mini database, featuring a blue screen, a menu for result calculation, student database management, and exit.

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

Description

The Course basically creates a project that teaches how to create a mini-database using the concept of File Handling in C++. Once created, course teaches students how to use C++ File Handling Concepts to create, search, update and delete records in the database(a binary file is used as database to store students records). It also teaches how to retrieve records of students and show the class result or individual student result on the output screen. These all functions are performed by one program in C++ which is the project that we will teach students how to create and run that program.

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.