yreid / Publications
Forum
ArrayFill compile error
Hi, Why do I get this compile error with the ArrayFill function ? ArrayResize and ArraySize have no issue with the type. *** Compile error (1sr parameter of ArrayFill in bellow code) : Error: 'Orders' - type mismatch *** Order is a normal class. void Test() { Order *Orders[]; Order *pOrder =