Em có gặp 1 cái đề bài như sau:
Dù đã học qua exception trong c++ nhưng khi dịch câu này thì vẫn ko rõ nghĩa của câu này:
mong giúp em câu làm rõ yêu cầu đề:
"Create a class with its own operator new. This operator should allocate 10 objects, and on the 11th “run out of memory” and throw an exception. Also add a static member function that reclaims this memory. Now create a main( ) with a try block and a catch clause that calls the memory restoration routine. Put these inside a while loop, to demonstrate recovering from an exception and continuing execution."
:sogood:
Dù đã học qua exception trong c++ nhưng khi dịch câu này thì vẫn ko rõ nghĩa của câu này:
mong giúp em câu làm rõ yêu cầu đề:
"Create a class with its own operator new. This operator should allocate 10 objects, and on the 11th “run out of memory” and throw an exception. Also add a static member function that reclaims this memory. Now create a main( ) with a try block and a catch clause that calls the memory restoration routine. Put these inside a while loop, to demonstrate recovering from an exception and continuing execution."
:sogood:
Comment