Efficiency: Linked list or sorting an array?I have an algorithm and I want to make it as efficient as possible. Basically it just involves putti...
When to use exceptions, asserts, general error messages or even something else?So would it be bad practice to just check the condition in the beginning, give a debug message and r...
When to use exceptions, asserts, general error messages or even something else?This is something I still don't seem to understand. When do I use each of these options? For exa...
Unique pointers with derived classesActually I think I have some sort of an idea what the problem is with the infinite loop. I already ...
Unique pointers with derived classesThis may sound confusing, but here goes. So I have two inferfaces, intoLogic and intoView, both of w...
This user does not accept Private Messages