Hello,
I am trying to 'force' a character array to act as an int array. I
want to use 4 chars to store an actual int , in the array, not a number
converted to a string. So every 4 characters of my array is really a
full integer value.
Can anyone post a simple example on how to do this?
Thanks,
chuck
I am trying to 'force' a character array to act as an int array. I
want to use 4 chars to store an actual int , in the array, not a number
converted to a string. So every 4 characters of my array is really a
full integer value.
Can anyone post a simple example on how to do this?
Thanks,
chuck
Comment