| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"JustSomeGuy" |
| Date: |
09 Mar 2006 04:31:06 PM |
| Object: |
Does this look correct? |
I want to go through a std::list backwards....
std::list<mytype>::reverse_iterator it;
\
for (it=out.rbegin(); it != out.rend(); --it)
{
...
}
.
|
|

|
Related Articles |
|
|