[iostreams] Why can't I use 'stream<file>' to write to a file?
Hi,
I have started to use the Boost iostreams library in one of my projects. I
am using the latest Boost version, 1.46.1 with a 64-bit Linux OS on a x86-64
architecture.
When I compile and run the small program below, "HeavyArtillery2.txt" is
created, but "HeavyArtillery1.txt" is not, and I don't understand why. Am I
missing something obvious?
#include
participants (1)
-
Wim van der Meer