Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
read a File to aMatrix in C
Name: bly_h Date: July 29, 2003 at 02:42:24 Pacific OS: Linux CPU/Ram: 700
Comment:
I write this Funktion to read a ASCII FILE to a Matrix.didnīt work why?
Name: igork Date: July 29, 2003 at 04:15:47 Pacific
Reply:
Hi again ;-) I think there is some bug in this site since it ommits statements in your code... If u want, u can email me your code to igork@zoran.co.il I`ll try to help u.
Summary: Could anyone tell me how to read a file from subroutine in c++?. I can read a file in main program,but i just can't figure out how to do it from subroutine. No book tells how to do it. I need little h...
Summary: I am trying to read a file and look for some words. If I know the work I am searching in advance would it be possible to store it and compare it with what I read from the file using strcmp in c? for ...