// saved from url // http://www-cs.canisius.edu/PL_TUTORIALS/C++/EXAMPLES/FILE_STREAMS/write.c --> #include
#include
main() { ofstream junk ("junkfile", ios::out); int n; const int LENGTH = 100; for (n=0; n