Disk based container?From what I've been reading sqlite is similar to Berkley DB, the data can be on disk or in memory, a...
string erase problemafter you erase a character, you'll need to decrement the counter. [code]if (out[i] == ' ' && pre...
Generating Output File Names on the flyAre you sure you are closing the old file before trying to open the new file? If the old file isn't ...
Disk based container?We are in the process of re-writing an old utility that was written in house. It's win32 console pro...