Hi
I have text file. The columns in the text file are separated by whitespaces.Thi s text file consists of the floatig point values. I want to save each column in the separate array and find the minimum and maximum from each column.Number of columns and rows are not fixed and I want to write this code using c++.
Thanks.
I have text file. The columns in the text file are separated by whitespaces.Thi s text file consists of the floatig point values. I want to save each column in the separate array and find the minimum and maximum from each column.Number of columns and rows are not fixed and I want to write this code using c++.
Thanks.
Comment