Reputation: 1
I have these a file in a c program which consist of a string and 4 doubles and 2 integer in one line and there is a total of 28 lines, i want to read this file and load the data into an array. can someone help me solve this.
Upvotes: 0
Views: 264
Reputation: 347586
Split up your problem into sub-tasks:
Upvotes: 1