Cover Photo

Computer Science Projects

C++ Project on Snake Game

4 years ago - Snake Game #include #include #include #include #include #include #define ESC 27 #define UPARR 72 #define LEFTARR 75 #define DOWNARR 80 #define RIGHTARR 77 #define SAVE 60 #define LOAD 61 main() { void starting(void); void make...

C++ Project on Telephone Billing System

4 years ago - Telephone Billing System #include"graphics.h" #include #include #include #include #include #include #include #include #include void proj_name(void); void created(void); class consumer { public: long unsigned int tel_no; long...

C++ Project on Telephone Directory System

4 years ago - TELEPHONE DIRECTORY SYSTEM // TELEPHONE DIRECTORY SYSTEM #include #include #include #include #include #include #include #include #include #include class stud { public: char name[20]; char address[20]; unsigned int ph_no; void get(void);...

C++ Project on Library

4 years ago - Project on Library /* Program Title : Library Website: http://www.cbseportal.com There is some personal infomation in the introduction and end. Please remove them before use. */ #include #include #include #include #include #include #include #inc...

C++ Project on Railway Reservation System

4 years ago - Railway Reservation System #include #include #include #include #include #include #include #include char f[10]="f"; char s[10]="s"; int addr,ad,flag,f1,d,m,i,amt; float tamt; class login { public: char id[100]; char pass[100]; char *password; vo...

C++ Project on Salary Management

4 years ago - SALARY MANAGMENT //********************************************************** // PROJECT SALARY MANAGMENT //********************************************************** //********************************************************** // INCLUDED...

C++ Project on Student Management

4 years ago - Students Information System #include #include #include #include #include #include #include #include #include #include int menu(int,int,int,char a[25],char b[25],char c[25],char d[25],char e[25],char sl1[25],char sl2[25],char title[40],char unde...

C++ Project on Report Card Making

4 years ago - Report Card Making #include #include #include #include #include #include #include #include ofstream r; ifstream t; void credits(); void menu1(); void menu2(); void menu3(); void terms(); class xii { public: int roll; char na[20]; int...

C++ Project on Payroll Management

4 years ago - Payroll Management #include #include #include #include #include #include #include #include struct roll { char na[20],des[20]; int co; float sal,tax,hra,gr,da,np; }oll; fstream pay; char c; int l; char choice; void...

C++ Project on Matrix Calculator

4 years ago - Matrix Calculator #include #include #include #include #include #include #include #include class Border { public: void body(void); }; class Screen { public: void screen(void); }; class Output:public Screen { public: void Text(char *); void Nu...
QUOTE OF THE DAY
Life isn't about finding yourself. Life is about creating yourself. - George Bernard Shaw
April 19th, 2024 - Friday
background

Sign in to continue