08.11.2014 Views

Memory Management - Poco

Memory Management - Poco

Memory Management - Poco

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

int main(int argc, char** argv)<br />

{<br />

AutoReleasePool pool;<br />

C* pC = new C;<br />

pool.add(pC);<br />

pC = new C;<br />

pool.add(pC);<br />

return 0;<br />

}<br />

// all C's deleted

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!