when you say "int and char" , do you mean like how the following line has numbers and characters in it?
Code
Adsdfdkf23jkdfksf234543fdf
?
Just interpret everything as a character and fill a 64x64 array of characters. Nothing in the assignment seems to indicate you would have to specifically interpret the numbers as an integer type.
This seems (at quick glance) like you just use a buffered reader to take the file into an array of 64x64, then depending on what the command string is, for each command perform some kind of matrix modification
Forgive me if I am not 100% correct on the java side I/O. I have not touched it since I finished college several months ago
This post was edited by Eep on Apr 19 2015 03:57pm