#include<iostream.h>
#include<conio.h>
class binary_calculation
{
protected :
float x;
float y;
Wednesday, 20 July 2011
A Program For Binary Calculation in C++
at 05:21 0 comments
Subscribe to:
Posts (Atom)
Home for all types of movies
#include<iostream.h>
#include<conio.h>
class binary_calculation
{
protected :
float x;
float y;
at 05:21 0 comments