velu.plg
Member level 5
- Joined
- Jul 30, 2013
- Messages
- 93
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- chennai
- Activity points
- 1,974
my text file contain data in matrix format....
i.e) 1 2 3
4 5 6
7 8 9
how can i read this data and how can i write this data into another text file in same matrix format using file handling concept...
i.e) 1 2 3
4 5 6
7 8 9
how can i read this data and how can i write this data into another text file in same matrix format using file handling concept...