Quote Originally Posted by Elysia View Post
However, this means the use of new and dynamic memory which should be avoided.
There are tools for the job.
Those tools dont solve the problem effectively. It doesnt require new, malloc() and realloc() work just fine, and either method (stl or bool**) will require dynamic memory. Sorry to break the news to you elysia, but STL uses dynamic memory.