|
|
|
|
|
by berkut
4864 days ago
|
|
You don't have to use exceptions in C++. You can do stuff the same way as in C by checking the return pointer. I've worked on C++ apps that had built-in garbage collection (basically asset (geometry) paging) for huge amounts of data that would allocate/free/page on demand based on what was going on. |
|