Hi!
I have the following problem. In a c++ program I use the vector template.
Acording to "The C++ Programming Language" by Bjarne Stroustrup there
should be a member at() for checked random access to components of a
vector. But it seems that there is only operator[] implemented in
libstdc++. Is the member I need named differently or is there some sort of
workaround?
Thanks
Christoph
--
* Christoph Baumann *
* [EMAIL PROTECTED] *
* www.rzuser.uni-heidelberg.de/~cbauman1/welcome.html *
* "External Error : INTELLIGENCE not found !" *
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]