Blitz logo

Blitz Devel :

From: Tom Hilinski (tom.hilinski_at_[hidden])
Date: 2003-01-14 17:42:05


Hello blitz dev experts,
Seeing how class Vector in version 0.6 is incomplete, and that I could use
it immediately, I've done some mods to get the class functioning to the
level I need. I'd appreciate your comments on this effort (I tried to follow
what seem to be the usual blitz coding methods), and if the owner of these
classes would like to incorporate any of this into the official blitz
classes, please do so.

Briefly, I've added to classes VectorIter and VectorIterConst, operators
++, --, =, ==, !=.
To VectorIterConst a copy const. from VectorIter, and operator= from
VectorIter.
To Vector, end()

I've tested these under Borland C++ Builder 6 (Microsoft Windows 2000) (plan
to do g++ 3.2.1 soon).

I'll email a small archive (vector.h, veciter.h, and a test program in
vector_tests.cpp) if you send me a request.

Tom Hilinski

Natural Resource Ecology Laboratory
Colorado State University
E-mail: Tom.Hilinski_at_[hidden]