J
Jase Schick
I know this might sound really lunk-headed but I'm stuck, I am! I can't,
for the life of me, figure out how to get a 2d array out of a linear
string/array. If I could figure out how the pc does arrays in memory then
I can adapt that.
An example would be using a stream of numbers to point to x,y coords.
Although this project really uses a large (80k) 1d array of hex numbers--
a XBM viewer. XBM graphics is C code so I figured it wouldn't be too hard
to work with it... hah hah Jase, not so easily...
for the life of me, figure out how to get a 2d array out of a linear
string/array. If I could figure out how the pc does arrays in memory then
I can adapt that.
An example would be using a stream of numbers to point to x,y coords.
Although this project really uses a large (80k) 1d array of hex numbers--
a XBM viewer. XBM graphics is C code so I figured it wouldn't be too hard
to work with it... hah hah Jase, not so easily...