User profile: nav7022

User info
User name:nav7022
History
Joined:
Number of posts:4
Latest posts:

Arrays from text file
How do i store double/integer from a text file into an array. I have used two columns one is the tim...

2 doubles
int rowCounter = 1; double var1; double var2; inputFile >> var1; inputFile >> var2; ...

2 doubles
Hi, I have 361 two double integers stored as a list in a .txt file. When i run the programme the fir...

Data pairs in array
Hi, I don't know how to store input data pairs into an array. I have to insert two text files into t...