Index: [thread] [date] [subject] [author]
  From: Carl Robert Knerr <crk5@duke.edu>
  To  : 
  Date: Sun, 14 Feb 1999 14:44:59 -0500

Outputting to a file

We are declaring a ofstream called output which is set to our filename 
using "output.open(filename.c_str())".  But how do we actually write to the 
file?  We tried using "output << "blah blah" << "\n";  But nothing is 
being written to the file.  Suggestions?  Thanks.


Index: [thread] [date] [subject] [author]