On Wednesday 08 Jun 2005 21:35, Jussi Laako wrote:
  You can derive a new class from the template and
overload the []
 operator to perform exactly same as in C. After compilation the
 result is the same no matter if the template or C array is used. 
Are you sure this is still true in the gcc world, after they changed
vector from an array to a real class in gcc 3.3 or whenever it was?
Chris