|
-
January 27th, 2010, 10:05 AM
#1
[MFC] vector-shift-left
Hello everyone!!!....
I have a vector of n elements, and I'd want to shift it left, is there maybe a function that does it?...
Like I have for example:
1;2;3;4;5;6
after shifting left I should have:
2;3;4;5;6;7
where I lost 1 and inserted 7 at last position...
Thanks a lot
Ciao
Luigi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|