Cover Photo

Computer Science Projects

C++ Project on Telephone Directory Management System

4 years ago - Telephone Billing System /* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* * TELEPHONE DIRECTORY MANAGEMENT SYSTEM * * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #include #incl...

C++ Project on Tic Tac Toe Game

4 years ago - 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],d...

C++ Project on Music

4 years ago - // Declaration of header files #include <iostream.h> #include <fstream.h> #include <process.h> #include <string.h> #include <stdio.h> #include <ctype.h> #include <conio.h> #include <dos.h> #include <...

C++ Project on Computer Memory Game

4 years ago - 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...

C++ Project on Library Management

4 years ago - //********************************************************** //    PROJECT BOOK LIBRARY //********************************************************** //********************************************************** //    INCLUDED HEADER FILES //*********...

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

4 years ago - KBC Quiz 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 TO AAPKA SAWAL AAPKE SAMNE YE RAHA. #include #i...

C++ Project on CD Cafe

4 years ago - 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 cd within 15 days he/she have to pay fine of Rs.20/- per day. //*************************************...

C++ Project on Banking System

4 years ago - Banking 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 PERSON. IN SECOND OP...

Computer Science (C++) Project Report

4 years ago - Computer Science (C++) The Computer Science (C++) Project Report must contain following and in the same order as mentioned below : Certificate Acknowledgment Overview of C++ Need for the Project/Synopses/Summary Requirements(hardware & Sof...
QUOTE OF THE DAY
If opportunity doesn't knock, build a door. - Milton Berle
March 29th, 2024 - Friday
background

Sign in to continue