I'm still getting back into the swing of C++ and I have a question. If I create an orphan, what happens to it?
Memory leak, or does C++ have a garbage collector that will take care of that automatically?Code:class newclass; newclass = class();
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 10 of 10
Thread: C++ and orphansThreaded View
|
Click Here to Expand Forum to Full Width |