Some possible data problem...But, a new problem presents itself: how to remove this temporary folder. If I cannot do this, I migh...
Some possible data problem...EDIT: I just changed [code]if (MoveFile((str + "/temp/some file.txt").c_str(), (str + "/some file.tx...
Some possible data problem...I am having trouble with updating a file. My code is presented here: [code] #include <iostream> #...
Non-dynamic arrays in a classOh, and if you aren't using C++11 (which I haven't yet!), these would have to be declared in the par...
friendship in multiple filesI took my suggestion (which was based on yours): I eliminated the parametric constructor and substit...