passing string data to a class function segfaultsThe first argument to strcpy is the destination string, which you've called "name", but you didn't s...
How do I emulate fsync with ofstream?Thanks for the link to the info on _commit. That's the equivalent of the GCC fsync command. My pro...
How do I emulate fsync with ofstream?Maybe it's just me, but I cannot find a sync() function associated with an ofstream class. There is...
How do I emulate fsync with ofstream?I'm porting a program that used stdio file facilities to use std::ofstream instead. The original pro...
This user does not accept Private Messages