Name: Anonymous 2012-05-16 15:57
hello,
bool operator ! () { return head == NULL; }
how do I use the logical not operator now?
I tried: if( ! ) head = curr; ... but I get compiler errors
bool operator ! () { return head == NULL; }
how do I use the logical not operator now?
I tried: if( ! ) head = curr; ... but I get compiler errors