reading a .dat file
hey,
i have several dat files i want to read in. the files all contain different kind of types like int, double, strings ... it looks kind of like that:
10.001.2223.33test1
28.002.0034.00test2
..............
so its like a matrix. i know how to read a file and everything. i was just wondering if anybody has a good idea to read the lines in and store it in a matrix or something. or what would be the best way to read it in and store it?!

