Topic: Constructing ifstream for non-existent fil


Author: clamage@taumet.eng.sun.com (Steve Clamage)
Date: 1996/10/02
Raw View
In article NAA19334@kai.com, Arch Robison <robison@kai.com> writes:
>According to the April 1995 and Jan 1996 working papers, there is
>a difference between constructing an ifstream from a file name,
>and using method ifstream::open.

The iostream chapter of the draft standard has been extensively rewritten
since the April 1995 version. Don't take details too literally.

The description of the ifstream constructor now says after initialization
it calls the open function.

See the FAQ referenced below for more information about upcoming versions
of the draft.
---
Steve Clamage, stephen.clamage@eng.sun.com




[ comp.std.c++ is moderated.  To submit articles: try just posting with      ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu         ]
[ FAQ:      http://reality.sgi.com/employees/austern_mti/std-c++/faq.html    ]
[ Policy:   http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu                             ]