Search Results

Search found 26 results on 2 pages for 'faken'.

Page 2/2 | < Previous Page | 1 2 

  • accessing a vector from the back

    - by Faken
    Is there a way to access an element on a vector starting from the back? I want to access the second last element.currently I'm using the following to achieve that: myVector[myVector.size() - 2] but this seems slow and clunky, is there a better way?

    Read the article

< Previous Page | 1 2