Hello,
As far as I know, the fastest way to initialize an array is to do so using a for loop...
Does anyone know if there is an equally fast or faster method of initializing a c++ array ?
Any insight on this topic is greatly appreciated.
Thanks,
Colin