Hello everybody!
I have a problem: I am writing a very basic and simple GUI using svgalib and
sometimes I receive the message (CORE SEGMENTATION DEFAULT, or something
like that), I think that's a memory problem, I have read all the source code
and I cant find a bad use of pointers, I mean:

pObject=NULL;
pObject->open();

So my question is: what can i do?, I delete all the objects when I don't
need them.
delete pObject; << does that really delete the object and free the space
memory used by it?

Thanks!

CABEX
(Sorry, I dont speak english very well)



Reply via email to