All the sources codespage 69
C++
March 06, 2014 pm31 23:26
#101
Pager::~Pager()
{
data = NULL;
delete [] data;
};
C++
March 06, 2014 pm31 23:26
#51
// Eternity
born();
do{
live();
while(1==1);