home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
sweep10
/
heap.hpp
< prev
next >
Wrap
Text File
|
1993-04-01
|
174b
|
11 lines
////////////////
// heap class //
////////////////
class Heap {
void far * oldheap;
public:
Heap (unsigned long s = 0, unsigned b = 0);
~Heap();
};