Full-Width Version (true/false)

C++ Mini Project From Basic To Advance [HINDI]

 


                                                     




What you'll learn

  • C++ Project

  • In This Courses Student Learn How to make a Mini Project in C++



Requirements

  • Basic Of C++



Description

    In this Course You will Learn How to Make Small Project in C++, From Basic To Advance. We will make Project On Bank Management System From Basic To Advance Label,Here I will Cover All the Basic Work of Bank Like (Payment,Money Update,Transaction Update Etc).By Doing This Project you will Get Real Practical Knowledge



Who this course is for:

  • Programmer, Btech,BCA, MTech,MCA,BSC

  • C++ Developer



Course content

  • Introducation


C++, as we all know is an extension to C language and was developed by Bjarne stroustrup at bell labs. C++ is an intermediate level language, as it comprises a confirmation of both high level and low level language features. C++ is a statically typed, free form, multiparadigm, compiled general-purpose language.


C++ is a cross-platform language that can be used to create high-performance applications.

C++ was developed by Bjarne Stroustrup, as an extension to the C language.

C++ gives programmers a high level of control over system resources and memory.

The language was updated 3 major times in 2011, 2014, and 2017 to C++11, C++14, and C++1



C++ is an Object Oriented Programming language but is not purely Object Oriented. Its features like Friend and Virtual, violate some of the very important OOPS features, rendering this language unworthy of being called completely Object Oriented. Its a middle level language.


Benefits of C++ over C Language

The major difference being OOPS concept, C++ is an object oriented language whereas C language is a procedural language. Apart form this there are many other features of C++ which gives this language an upper hand on C laguage.

Following features of C++ makes it a stronger language than C,

  1. There is Stronger Type Checking in C++.

  2. All the OOPS features in C++ like Abstraction, Encapsulation, Inheritance etc makes it more worthy and useful for programmers.

  3. C++ supports and allows user defined operators (i.e Operator Overloading) and function overloading is also supported in it.

  4. Exception Handling is there in C++.

  5. The Concept of Virtual functions and also Constructors and Destructors for Objects.

  6. Inline Functions in C++ instead of Macros in C language. Inline functions make complete function body act like Macro, safely.

  7. Variables can be declared anywhere in the program in C++, but must be declared before they are used.

  • C++ Project for Bank management system

 

Features:

  1. Create an account

  2. Deposit amount

  3. Withdraw amount

  4. Balance Enquiry

  5. List account holder’s detail

  6. Close an account

  7. Modify an account

 

About :

Bank Management System is based on a concept of recording customer’s account details. Here the user can perform all the tasks like creating an account, deposit amount, withdraw amount, check balance, view all account holders detail, close an account and modify an account. There’s no login system for this project. All the main features for banking system are set in this project.

Talking about the features of the Bank Management System, a user can create an account by providing the name of the account holder, account number, select amount type whether its Saving account or Current account and providing an initial amount. Then the user can also deposit and withdraw money just by providing his/her account, then the system displays his/her profile and entering an amount. For certain purpose, he/she can also check for the balance inquiry which displays the account holder’s name with account number type and amount. He/she can also check for all the account holder’s list. Another feature is that the user can also close their account by providing their account number and he/she can modify their account detail and type if they want to.

     



             






Post a Comment

1 Comments

  1. This comment has been removed by a blog administrator.

    ReplyDelete