Jump to content

  • Log In with Google      Sign In   
  • Create Account

#Actualalnite

Posted 07 June 2012 - 08:59 PM

If you are asking which one is better, then certainly use iterators. If possible, use the same iterators that comes with the programming language. If you use C++, properly inherit from std::iterator. If you use Java, implements java.util.Iterator.

#1alnite

Posted 07 June 2012 - 08:59 PM

If you are asking which one is better, then certainly use the one with iterators. If possible, use the same iterators that comes with the programming language. If you use C++, properly inherit from std::iterator. If you use Java, implements java.util.Iterator.

PARTNERS