When should I use the "new" operator in C++? I'm coming from C#/Java background and instantiating objects is confusing for me. If I've created ...
stackoverflow.com