TITLE: Safe-STL (Newsgroups: comp.lang.c++, 16 Feb 2000) GREG: greg@thing-fish.kharkov.net > I need a vector type like 'vector' of STL, but with boun[ds] checking. > Where can I get it? Or, how can I do boun[ds] checking with STL vesion > of vector? KUEHL: Dietmar Kuehl There is an STL implementation called Safe-STL which does all sorts of bounds checking. It is freely available but I don't have an URL for this. In addition, if you use the method 'at()' rather than the index operator ('operator[]()') you will also get bounds checking. [ Here is one location for this: http://www.horstmann.com/safestl.html -adc ] _______________________________________________ cpptips mailing list http://cpptips.hyperformix.com