User: programnightmare

  • Public profile

User profile: programnightmare

User info
User name:programnightmare
History
Joined:
Number of posts:7
Latest posts:

cannot access private member declared in class (header file)
As the default setting is that the datastructure1.h is non-copyable, and struct Result include this ...

cannot access private member declared in class (header file)
Datastructure2 is initialed in int main(). Is it not a copying operation? If I want to make Result d...

cannot access private member declared in class (header file)
When i delete the Datastructure1(const Datastructure1&); in Datastructure1.h, error occurs. So I thi...

cannot access private member declared in class (header file)
what is the purpose of being copyable? I want to use the Result data structure to store the several ...

cannot access private member declared in class (header file)
Oh, I see what you mean. The Datastructure1 is copying forbidden but I need to put this data struct...

This user does not accept Private Messages