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

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
  • Preview of Project Demo & Download Project Complete Source Code7:23
  • 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
  • How To Run Project in Visual Studio9:30
  • How To Run Project in Code Blocks6:32
  • Designing Home Screen Of Project17:06

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.