Ummm...I'm not a C++ Developer (well, at least not a real good one) ... but...
Why:
const
int repeat = (1<<12);and not
const
int repeat = 4096;Or is that just to ensure that us C#/VB developers go cross-eyed when debugging?
Why:
const
int repeat = (1<<12);and not
const
int repeat = 4096;Or is that just to ensure that us C#/VB developers go cross-eyed when debugging?
Comments have been disabled for this content.