Hallo,
Is there a difference between doing this:
And:Code:// Allocate memory for the list of directions. CVector4 *direction = new CVector4[width * height];
ThanksCode:// Allocate memory for the list of directions. CVector4 direction[width * height];![]()



LinkBack URL
About LinkBacks




CornedBee