Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

bigint1.C File Reference

#include <iostream.h>
#include <stdlib.h>
#include <ctype.h>
#include <limits.h>
#include "bigint1.h"
#include "apvector.h"

Go to the source code of this file.

Functions

BigInt operator+ (const BigInt &lhs, const BigInt &rhs)
BigInt operator * (int num, const BigInt &a)
ostream& operator<< (ostream &out, const BigInt &big)
istream& operator>> (istream &in, BigInt &big)
bool operator== (const BigInt &lhs, const BigInt &rhs)
bool operator!= (const BigInt &lhs, const BigInt &rhs)
bool operator< (const BigInt &lhs, const BigInt &rhs)
bool operator> (const BigInt &lhs, const BigInt &rhs)
bool operator<= (const BigInt &lhs, const BigInt &rhs)
bool operator>= (const BigInt &lhs, const BigInt &rhs)

Variables

const int BASE = 10


Function Documentation

BigInt operator * ( int num,
const BigInt & a )
 

Definition at line 197 of file bigint1.C.

bool operator!= ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 307 of file bigint1.C.

BigInt operator+ ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 174 of file bigint1.C.

bool operator< ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 313 of file bigint1.C.

ostream& operator<< ( ostream & out,
const BigInt & big )
 

Definition at line 265 of file bigint1.C.

bool operator<= ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 356 of file bigint1.C.

bool operator== ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 281 of file bigint1.C.

bool operator> ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 350 of file bigint1.C.

bool operator>= ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 361 of file bigint1.C.

istream& operator>> ( istream & in,
BigInt & big )
 

Definition at line 272 of file bigint1.C.


Variable Documentation

const int BASE = 10
 

Definition at line 8 of file bigint1.C.


Generated at Sun Feb 24 09:57:24 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001