A
aarthi28
Hi,
I have a text file "test.txt" that contains a series of 0's and 1's.
For example,
0000001000010100011000
I need to read these values into an array so that i can perform a
comparison with another array, and I don't know how to read the
information from the text file into an array of integers or bits.
Any help I can get is greatly appreciated.
Thanks!
I have a text file "test.txt" that contains a series of 0's and 1's.
For example,
0000001000010100011000
I need to read these values into an array so that i can perform a
comparison with another array, and I don't know how to read the
information from the text file into an array of integers or bits.
Any help I can get is greatly appreciated.
Thanks!