i have a folder that has 1000 text files i want to read all of them character by character and sore them in different matrices .

the data in a text file is like
101010101001000100000000001
101010010101000000000000101
101010010100101001010010100
000101001010010010100100101
i want to make a matrix from this data

and similar 999 files .
help needed urgently

Recommended Answers

All 2 Replies

There are lots of people here who will freely give their time to help you become the best Java programmer you can be. There's nobody here who is interested in doing your homework for you.

DaniWeb Member Rules (which you agreed to when you signed up) include:
"Do provide evidence of having done some work yourself if posting questions from school or work assignments"
http://www.daniweb.com/community/rules

Post what you have done so far and someone will help you from there.

Member Avatar for iamthwee

Additionally you are missing some vital information. . . Such as, when you read a new file does this get added to the original matrix or is another one created.

Be specific on the details and then we can help you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.