Should I cache to disk the memory used by my undo stack?I've written a program what uses an undo stack to keep track of edits the user makes. At the moment...
It would be nice if C++ had better support for smart pointersThe second example I gave is different from the first. While I do have a graph I'm working with, I ...
It would be nice if C++ had better support for smart pointersHow would you decide to use pointers (or containers) in this situation? You have a class called Lib...
It would be nice if C++ had better support for smart pointersWell, I've been getting a lot of conflicting advice about this. Quite of few of the posts I've read...
It would be nice if C++ had better support for smart pointersNo, you just need to write it out whenever you want to use a pointer. [code]auto[/code] helps a bit...
This user does not accept Private Messages