Friends this is a code for graphical calculator. You can run this c++ code with your compiler and enjoy it. This is a so simple and beautiful project code for you. So, Run it and give me your feedbacks. Thanks
#include
#include
#include
#include
#include
#include
#include
///////////////////////
int xft1=170,xft2=190,chf1=0,chf2=0,ex1=0,ex2=0;
void tblshp();
void main()
{
int gdriver = DETECT, gmode;
initgraph(&gdriver, &gmode, "c:\\tc\\bgi");
int tn,ts,te,i,ps=0;
char ch;
tblshp();
gotoxy(23,9);
cin>>tn;
gotoxy(37,9);
cin>>ts;
gotoxy(50,9);
cin>>te;
for(i=ts; i<=te; i++)
{ ps++;
gotoxy(29,11+ps);
cout<
}
getche();
}
void tblshp()
{
setcolor(RED);
settextstyle(4,0,6);
outtextxy(160,4,"T A B L E");
rectangle(90,10,530,70);
/////////////////////////////////////////////////////////////////////
settextstyle(0,0,0);
rectangle(130,120,460,155);
rectangle(130,120,240,155);
rectangle(240,120,350,155);
outtextxy(145,110,"Table no");
outtextxy(255,110,"First limit");
outtextxy(370,110,"Last limit");
rectangle(180,xft1,430,xft2+300);
settextstyle(4,0,16);
outtextxy(30,180,"T T");
}
Temperature converter with graphics in C and C++ language
No comments:
Post a Comment