Treating a 1D array as 2d (Bitmaps etc)
This is purely a quick note for me more than anything as I always forget which way around to do this. Essentially binary data (such as bitmaps) are stored in a 1D array and this is a common method in which to access the data, I won’t be detailing anything about locking memory or memory … Treating a 1D array as 2d (Bitmaps etc)