Forum Moderators: coopster

Message Too Old, No Replies

matrix value

         

Lolalola

11:02 pm on Aug 2, 2010 (gmt 0)



Hi,

I have Matric and how get value from ther? The data obtained from a file, so that the matrix can be of different sizes

Thanks

enigma1

9:05 am on Aug 3, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you need to give some details of the implementation, but the basic idea is to use a mechanism to locate a row or a column from a table. For example if you use fixed char lengths for columns/rows you can point to any entry in the table by doing simple math ops after reading the file.