C
chewie54
Hi All,
I'm implementing an Undo/Redo architecture for a graphical CAD type of
application. I save each command or group of commands the user
executes in a Vector. In some cases, I will have multiple vectors of
commands saved that need to be saved in some kind of container or
list.
My question is, how can I store multiple vectors (each storing a list
of commands, 1 or more commands) in some kind of list?
Thanks in advance,
Dan
I'm implementing an Undo/Redo architecture for a graphical CAD type of
application. I save each command or group of commands the user
executes in a Vector. In some cases, I will have multiple vectors of
commands saved that need to be saved in some kind of container or
list.
My question is, how can I store multiple vectors (each storing a list
of commands, 1 or more commands) in some kind of list?
Thanks in advance,
Dan