abdoalghareeb
Member level 5
- Joined
- Feb 5, 2010
- Messages
- 84
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,981
I have this text file which has HEX values for some small image(16X16).
I want a code to read these values from the text file and convert them to integer array (int array_name[x]).
Later I want to send this array to micro controller.
I use C++ Builder 6
View attachment text.txt
I want a code to read these values from the text file and convert them to integer array (int array_name[x]).
Later I want to send this array to micro controller.
I use C++ Builder 6
View attachment text.txt