00001 /*! \file Array.cpp 00002 \brief Tableaux dynamiques. 00003 00004 Tableaux dynamique à allocation par block (plus robuste que vector). 00005 00006 \author aerith (http://aerith.fr) 00007 \version 1.0 00008 \date 19/04/2008 00009 */ 00010 00011 #include "Array.h"