decrementing an iterator from beginne555, Yes, I think I understand the advantages and ramifications of implementing containers with a...
decrementing an iterator from beginNo, the behavior of an iterator decremented before the begin position is not (I don't think) defined...
decrementing an iterator from beginDoes anyone know if the C++ language specification defines the behavior of a bi-directional iterator...
Missing Segmentation FaultI thought that dereferencing a NULL pointer would [b]ALWAYS[/b] cause a segmentation fault, but when...
Constructing Pointer to Array of ClassesFirst, the line of code: [code]store = new store[x];[/code] should be: [code]store = new Category...
This user does not accept Private Messages