Programa para dev c++

Páginas: 4 (965 palabras) Publicado: 25 de abril de 2011
#include
#include
class operaciones{
public:
void leer (void);
void operar (int a, int b);
void mostrar (int a, int b, int c);
};
void operaciones::leer (void)
{
int a, b;
cout>a>>b;operar (a, b);
}
void operaciones::operar (int a, int b)
{
int s=0, r=0, m=1;
s= a+b;

#include
#include
class operaciones{
public:
void leer (void);
void operar (int a, int b);
voidmostrar (int a, int b, int c);
};
void operaciones::leer (void)
{
int a, b;
cout>a>>b;
operar (a, b);
}
void operaciones::operar (int a, int b)
{
int s=0, r=0, m=1;
s= a+b;
r= a-b;

#include#include
class operaciones{
public:
void leer (void);
void operar (int a, int b);
void mostrar (int a, int b, int c);
};
void operaciones::leer (void)
{
int a, b;
cout>a>>b;
operar (a,b);
}
void operaciones::operar (int a, int b)
{
int s=0, r=0, m=1;
s= a+b;
r= a-b;

#include
#include
class operaciones{
public:
void leer (void);
void operar (int a, int b);
voidmostrar (int a, int b, int c);
};
void operaciones::leer (void)
{
int a, b;
cout>a>>b;
operar (a, b);
}
void operaciones::operar (int a, int b)
{
int s=0, r=0, m=1;
s= a+b;
r= a-b;

#include#include
class operaciones{
public:
void leer (void);
void operar (int a, int b);
void mostrar (int a, int b, int c);
};
void operaciones::leer (void)
{
int a, b;
cout>a>>b;
operar (a,b);
}
void operaciones::operar (int a, int b)
{
int s=0, r=0, m=1;
s= a+b;
r= a-b;
#include
#include
class operaciones{
public:
void leer (void);
void operar (int a, int b);
voidmostrar (int a, int b, int c);
};
void operaciones::leer (void)
{
int a, b;
cout>a>>b;
operar (a, b);
}
void operaciones::operar (int a, int b)
{
int s=0, r=0, m=1;
s= a+b;
r= a-b;
#include#include
class operaciones{
public:
void leer (void);
void operar (int a, int b);
void mostrar (int a, int b, int c);
};
void operaciones::leer (void)
{
int a, b;
cout>a>>b;
operar (a,...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • programas dev c++
  • Programas Sencillos De Dev-C++
  • Programa En C Para Promedio
  • Programas sencillos para c/++
  • Programas en dev c
  • Manejo del programa c++ para principiantes
  • Codigo para programadores princippiantes (en C#)
  • Dev C++

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS