C++ Project for Computer Shop - CBSE Projects Chemistry, C++ [PDF]

Chemistry, C++, Physics, Maths, Biology, Social Science. Home · Biology · C++ · Chemistry · IP · Maths · Physics · Socia

3 downloads 25 Views 184KB Size

Recommend Stories


C - Administration of Projects
Pretending to not be afraid is as good as actually not being afraid. David Letterman

Materials Chemistry C
Life isn't about getting and having, it's about giving and being. Kevin Kruse

Materials Chemistry C
Don't count the days, make the days count. Muhammad Ali

Materials Chemistry C
You often feel tired, not because you've done too much, but because you've done too little of what sparks

PDF Download PIC Microcontroller Projects in C
Happiness doesn't result from what we get, but from what we give. Ben Carson

PDF DOWNLOAD PIC Microcontroller Projects in C
Before you speak, let your words pass through three gates: Is it true? Is it necessary? Is it kind?

PRD Project Management C
Life isn't about getting and having, it's about giving and being. Kevin Kruse

Journal of Materials Chemistry C
If your life's work can be accomplished in your lifetime, you're not thinking big enough. Wes Jacks

Journal of Materials Chemistry C
Life isn't about getting and having, it's about giving and being. Kevin Kruse

Journal of Materials Chemistry C
Don’t grieve. Anything you lose comes round in another form. Rumi

Idea Transcript


Chemistry, C++, Physics, Maths, Biology, Social Science Home Biology C++ Chemistry IP Maths Physics Social Science

Type text to search here... Home > C++ > C++ Project for Computer Shop

C++ Project for Computer Shop COMPUTER SHOP /* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& & COMPUTER SCIENCE PROJECT WORK & &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& SOFTWARE FOR THE USE IN COMPUTERS SHOP ***INTRODUCTION*** ///////////////////////////// NAME:- BHAVISHAY NIGAM CLASS:- XII SEC:- 'N.M' ROLL NO:- '8' ///////////////////////////// #################### # STAR COMPUTERS # #################### /* ### HEADER FILES ### */ #include //for reading and writing files #include //for clrscr() #include //for string characters #include //for gets and puts function #include //for exit function #include //for setw function #include //for delay and sleep function #include //for textcolor & textbackground class consumer { int cno; char cname[20]; char adress[20]; int a,b,c; float i; public: //FUNCTION TO ENTER THE VALUES public: void entry() { clrscr(); textcolor(RED); gotoxy(32,4); cputs("S.T.A.R COMPUTERS"); gotoxy(5,8); cputs("Customer ID :"); gotoxy(5,10); cputs("Customer name :"); gotoxy(5,12); cputs("Customer adress :"); gotoxy(5,14); cputs("Customer Service number :"); gotoxy(5,16); cputs("Costumer Smart card number :"); gotoxy(5,18); cputs("Costumer Phone number :"); gotoxy(5,20); cputs("Customer Bill number :"); gotoxy(45,8); cin>>cno; gotoxy(45,10); gets(cname); gotoxy(45,12); gets(adress); gotoxy(45,14); cin>>a; gotoxy(45,16); cin>>b; gotoxy(45,18); cin>>c; gotoxy(45,20); cin>>i; } //FUNCTION TO DISPLAY THE VALUES void display() { cout

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.