Hi everybody,
This is really a very nice forum.Congratulations to the creators and thanx to all partipants.
So my question is after having implemented a destructor like
Stream::~Stream()
{
delete [] nodes;
}
Do I need to call it in the main() function or is it automatically called by the system?
Thanx for your contribution
This is really a very nice forum.Congratulations to the creators and thanx to all partipants.
So my question is after having implemented a destructor like
Stream::~Stream()
{
delete [] nodes;
}
Do I need to call it in the main() function or is it automatically called by the system?
Thanx for your contribution