Is there a way I can easily convert a char array into an int array,
without having to cast each value in the array to an int and copying
it to a new array?
Thanks for any help :)
without having to cast each value in the array to an int and copying
it to a new array?
Thanks for any help :)
Comment