Projects

C++ Projects

Explore c++ projects suitable for CBSE school and college students, complete with reports, materials and step-by-step procedures. Pick a topic and adapt it for your own practical submission.

C++ Project on School Management

May 2019 - C++ Project on School Management Aim: To develop a School Management System in C++ that handles student stream allotment (Science, Commerce, Arts) based on marks and administrator-defined criteria. include include include include include include incl...

C++ Project on Telephone Directory Management System

May 2019 - Telephone Directory Management System / ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TELEPHONE DIRECTORY MANAGEMENT SYSTEM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ / include include include include include include struct node { unsigned lon...

C++ Project on Tic Tac Toe Game

May 2019 - Tic Tac Toe include include include include include define max 100 int draw=0,winner=0; class tic { private : char a[max],a1[max],a2[max],a3[max],b[max],b1[max],b2[max], b3[max],c[max],c1[max],c2[max],c3[max],d[max],d1[max],d2[max], d3[max],e[max],e1...

C++ Project on Music

May 2019 - C++ Project on Music // Declaration of header files include include include include include include include include include include include typedef char option[15]; const int ROW = 10, COL = 10; int scan; // To hold the special characters for moving...

C++ Project on Computer Memory Game

May 2019 - C++ Project on Computer Memory Game Quiz // COMPUTER MEMORY GAME include include include include include include void score(); int f=0; class memory { public : void Q1(); void Q2(); void Q3(); void Q4(); void Q5(); void Q6(); void Q7(); void Q8(); vo...

C++ Project on Library Management

May 2019 - C++ Project on Library Management // // PROJECT BOOK LIBRARY // // // INCLUDED HEADER FILES // include include include include include include include include include // // THIS CLASS CONTROL ALL THE FUNCTIONS IN THE MENU // class MENU { public : voi...

C++ Project on Kon Banega Crorepati (KBC) Quiz

May 2019 - C++ Project on Kaun Banega Crorepati (KBC) Quiz Introduction AAJ HAMARE SAMNE EK NAYE KHILADI MOAJUD HAIN JINKA NAAM HAI AUR YE SE AAYe HAIN HUM AAPKA EES GAME SHOW ME HARDIK SWAGAT KARTEIN HAIN CHALIYE AAP AUR HUM KHELTE HAIN 'KAUN BANEGA CROREPATI'...

C++ Project on CD Cafe

May 2019 - CD Cafe This is the project where you can maintain records of CDs and MEMBERS. One member can issue one CD at a time. If he/she does not return the CD within 15 days, he/she will have to pay a fine of Rs. 20/- per day. // // PROJECT CD CAFE // includ...

C++ Project on Banking System

May 2019 - C++ Project on Banking System IN THIS PROJECT YOU CAN KEEP RECORD OF DAILY BANKING TRANSACTIONS. THIS PROGRAMME IS CAPABLE OF HOLDING ANY NO. OF ACCOUNTS. IN FIRST OPTION YOU CAN SEE ACCOUNT OF A PARTICULAR PERSON BY GIVING SIMPLY ACCOUNT NO. OF THAT...

Computer Science (C++) Project Report

May 2019 - Computer Science (C++) Project Report The Computer Science (C++) Project Report must contain the following, in the same order as mentioned below: Certificate Acknowledgment Overview of C++ Need for the Project / Synopses / Summary Requirements (hardw...