User profile: Hotice

User info
User name:Hotice
Name:Michael Warren
Location:Indianapolis, IN
History
Joined:
Number of posts:135
Latest posts:

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 class
Oh, 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 files
I took my suggestion (which was based on yours): I eliminated the parametric constructor and substit...