home *** CD-ROM | disk | FTP | other *** search
-
- change *this++ to (*this)++ in ABSLIST.CPP
- change void operator ++ () in class abstract_index to
- void operator ++ ( int ) in ABSLIST.H
- change #include <bitset.h> to #include "bitset.h" in BITSET.CPP
- change int containable::type = 0 to const int in CONTAIN.CPP
- change int sortable::type = 1 to const int in CONTAIN.CPP
- change int hashable::type = 2 to const int in CONTAIN.CPP
- change double_index::operator ++ () to double_index::operator ++ ( 1 )
- in HASH.CPP
- change *this++ to (*this)++ in LINKLIST.CPP
- change *this-- to (*this)-- in LINKLIST.CPP
- change virtual void operator -- () in class link_index to
- void operator -- ( int ) in LINKLIST.H
- change virtual void operator -- () in class abstract_index to
- void operator -- ( int ) in ABSLIST.H
- change void abstract_index::operator -- () {} to
- void abstract_index::operator -- ( int ) {} in ABSLIST.CPP
- change virtual void operator -- () to
- virtual void operator -- ( int ) in DOUBLE.H
- change void double_index::operator -- () to
- void double_index::operator -- ( int ) in DOUBLE.CPP
- change void link_index::operator -- () to
- void link_index::operator -- ( int ) in LINKLIST.CPP
- change void operator ++ () and void operator -- () in class hash_index to
- void operator ++ ( int ) and void operator -- ( int ) in HASH.H
- change double_index::operator -- () to double_index::operator -- ( 1 ) in HASH.CPP
- change void hash_index::operator ++ () and void hash_index::operator -- () to
- void hash_index::operator ++ ( int ) and void hash_index::operator ++ ( int )
- in HASH.CPP
- change *this++ to (*this)++ in SORTLIST.CPP
- change #include <strings.h> to #include "strings.h" in STRINGS.CPP
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-