C++ Project on Matrix Calculator

Submitted by Editor

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 Number(double);
};

class Button
{
public:
void button_u(int,int,int,int,int,int,char*);
void button_p(int,int,int,int,int,int,char*);
};

void Border::body(void)
{

   setcolor(WHITE);
  // rectangle(230,5,490,340);
 //  rectangle(225,0,495,345);

Full Program can be downloaded from http://projects.icbse.com/cpp/207.pdf


Add Your Comment - Guidelines
You can express your opinion or reaction in the form below!

100 characters required

0 Comments:

Be the first one to comment!

You may also want to see:
QUOTE OF THE DAY
Hard work is exactly that: hard. Success is not easy, so work hard and you should start to see amazing results. - Unkown
March 19th, 2024 - Tuesday
background

Sign in to continue