Monday, May 24, 2010

Hw 2 rite a function least() that takes an ifstream parameter named infile as a changing inpt parameter in C++

How to write a function least() that takes an ifstream parameter named infile as a changing inpt parameter in C++. It returns an integer value that is the lowest value read from teh file

Hw 2 rite a function least() that takes an ifstream parameter named infile as a changing inpt parameter in C++
We don't do homework here. Here's the basics. Do the rest yourself and come back if you have problems.





int least(ifstream%26amp; infile)


{


//.........


}


No comments:

Post a Comment