deque vs. vector ;)[code]size_t start=v.size(); //... v[start+n].work1(...);[/code] this would work, but for my code i...
deque vs. vector ;)sorry, I made a short cut. That's why it will not work [code] class my_class; class my_container: p...
deque vs. vector ;)[quote]just use the index[/quote] Won't work ;/ [code] some_function(); some_function(); some_very_...
deque vs. vector ;)[quote]The question I have to ask you is why do you need the pointers to remain consistent? Why do y...
deque vs. vector ;):( [quote]Deque is free to shift things around in memory just as vector is. [/quote] is there a (d...
This user does not accept Private Messages