Where does my const array go? (memory type?)
So, if we have a large amount of hard coded data we want to incorporate into my program, my presumption was that a const array would allow the compiler to treat the data more like code, than data, in terms of cost against your CPU limits.This was alm...