which concept in c++ teaches you to extend and write your own iterator class? I know a little about writing templates.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The SGI Standard Template Library (STL) documentation explains all of the iterator concepts and their relationships.
How you take those concepts and use them to implement an iterator for your own container depends entirely on what kind of container it is and what you want to do with it.