Possible Duplicate:
Read data from a file individually and multiply the two columns in C++
Hi all I have a sequence of data files[1.dat,2.dat,3.dat ........200.dat] each including 4 columns and 250 rows. I need to read each data and process them such as multiply the second column of each file. May you suggest me the way how I can do this please? I have to use C++ for coding. Thanks. ND