Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.55K
~1K People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for ravenous

[quote=Dave Sinkula;144108][code]while(fgets(line, sizeof line, file)} { if(sscanf(line, "%lf,%d", &a[i], &b[i]) == 2) { ++i; } }[/code][/quote] Hi, how if each row contains large number of elements in 1 row of a large matrix? For example I have a matrix of 100x100 which already stored in a text file, each line …

Member Avatar for WaltP
0
1K

The End.