Slashdot Mirror


User: licate

licate's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Why is inheriting from an STL class such a bad on Downsides to the C++ STL? · · Score: 1

    Writing STL-style iterators is, in my opinion, an enormous pain in the ass, involving lots of tedious coding.

    ... or half an hour's worth of less tedious coding using the Boost iterator adaptor library?