--- In [email protected], honey eng <[EMAIL PROTECTED]> wrote: > > I want to know how to read from file >
Search for ifstream and ofstream.
ifstream f_in("input_file");
while(getline(buff, f_in)) {}
HW: how to make it run :)
-Saurabh
--- In [email protected], honey eng <[EMAIL PROTECTED]> wrote: > > I want to know how to read from file >
Search for ifstream and ofstream.
ifstream f_in("input_file");
while(getline(buff, f_in)) {}
HW: how to make it run :)
-Saurabh