MarSTDv2004: CDynArray.h Source File

MarSTDv2004

CDynArray.h

Go to the documentation of this file.
00001 #ifndef __CDynArray_h__
00002 #define __CDynArray_h__
00003 
00005 // MarSTD version 2004 - (c)2004 - Marcel Smit                      //
00006 //                                                                  //
00007 // [email protected]                                      //
00008 // [email protected]                                          //
00009 //                                                                  //
00010 // This code may not be used in a commercial product without my     //
00011 // permission. If you redistribute it, this message must remain     //
00012 // intact. If you use this code, some acknowledgement would be      //
00013 // appreciated. ;-)                                                 //
00015 
00017 
00018 
00019 
00020 #if defined(__GNUC__)
00021         #define DYNAMIC_ARRAY(_type, _name, _size, _maxsize) \
00022                 _type _name[_size] 
00023 #else
00024         #define DYNAMIC_ARRAY(_type, _name, _size, _maxsize) \
00025                 _type _name[_maxsize] 
00026 #endif
00027 
00028 #endif

Generated on Tue Feb 8 21:59:02 2005 for MarSTDv2004 by  doxygen 1.4.1