J
Jus!
Hi.
I am reading bits(1's & 0's) from a file and i wa wondering what is the most
efficient method of converting these strings to individual int's?
eg. File contains:
110001
010011
etc...
Whats the best way to read in each line and break it up into individual
ints?
Thanks for you help.
Justin
I am reading bits(1's & 0's) from a file and i wa wondering what is the most
efficient method of converting these strings to individual int's?
eg. File contains:
110001
010011
etc...
Whats the best way to read in each line and break it up into individual
ints?
Thanks for you help.
Justin