19 Nov
2009
19 Nov
'09
7:23 p.m.
On Thu, Nov 19, 2009 at 10:44:52AM -0700, Eric R George
This code compiles and runs fine, but the compressed output file, 00011.eph.org.bz2, ends up empty. Moving the indicated code to a function again works fine - but again, no output??
I'm not an iostreams expert, but I bet you need to flush and/or close your stream. If you were deleting it (something you also want to do) that would probably do it for you. Daniel