|
|
|
|
|
by DashAnimal
188 days ago
|
|
Well if you're using the standard library then you're not really paying attention to allocations and deallocations for one. For instance, the use of std::string. So I guess I'm wondering if you work in an industry that avoids std? |
|
C++ is designed to make this pretty easy.