Marko Vendelin <[EMAIL PROTECTED]> writes:


| >         int const sz = clist_bib_->columns().size();
| >         for (int i = 0; i < sz; ++i) {
| >                 ...
| >         }
| > 
| > Would also suit me a lot better.

But of course, if clist_bib_->columns() is a container (stl), I'd
really like to see iterators used instead.

One other thing :-)

To gain C++ experience it is not enough to use it, you need to read
about it and look at other peoples solutions.

One very nice book is Herb Sutters: Exceptonal C++
It is also very nice to follow comp.lang.c++-moderated

        Lgb

Reply via email to