Copying a purley virtual class childThanks. But do I return A* or B* in my derived class that implements it?
Copying a purley virtual class childIn short, this is what I have [code] class A{ A(){} virtual void pure() = 0; } cla...
Reading from a fileWhat is the full path? Pull out any personal information (e.g. username)
Reading from a fileTry putting an absolute path to the file. (I.e. C:\Users\...)
Reading from a fileI'll see what happens when I try it on my computer later, and report back. Probably a few hours.