User profile: meesa

User info
User name:meesa
History
Joined:
Number of posts:233
Latest posts:

Copying a purley virtual class child
Thanks. But do I return A* or B* in my derived class that implements it?

Copying a purley virtual class child
In short, this is what I have [code] class A{ A(){} virtual void pure() = 0; } cla...

Reading from a file
What is the full path? Pull out any personal information (e.g. username)

Reading from a file
Try putting an absolute path to the file. (I.e. C:\Users\...)

Reading from a file
I'll see what happens when I try it on my computer later, and report back. Probably a few hours.