passing in blank ofstreamThanks ne555, letting the destructor does the work is great. hamsterman: In school, the professor...
passing in blank ofstreamHi, I have a tree and each node has an int, lf and rt ptr. I want to reuse traverse() so I can us...
linked list questionAfter playing with it some more, I found out what the issue was. Just like what fun2code said, The ...
linked list questionHi, I have a class that looks like [code] class A { int count; A *next; } class B { ...
concat char *Thanks!! I didn't know when str1 was first created, it already has a size associated with it. This ...
This user does not accept Private Messages