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.
help help!!!..C...data file..please
Name: Noe_cortez Date: October 4, 2003 at 18:59:23 Pacific OS: Microsoft Windows XP CPU/Ram: celeron(R) CPU 2.00GHz 1
Comment:
please if you know anything about C..help me out..my teacher asked me to write " three C programs that print out the Max and Min values of the data included below." and to " use data files=counter,sentina and neither counter nore sentinal"... dada file: 1 130.5 2 140.4 3 140 4 150 5 160.9 6 170 7 180.0 8 190 9 190.6...... and that's it...if you know how to write them ..please help me...
Summary: please if you know anything about C..help me out..my teacher asked me to write " three C programs that print out the Max and Min values of the data included below." and to " use data files=counter,sen...
Summary: Hi there, I am trying to assign value (double) for an variable from a separate data file. however, it fails. Here below is the code I wrote: #include <iostream> #include <fstream> using std::ofs...