User profile: john andre

User info
User name:john andre
History
Joined:
Number of posts:16
Latest posts:

invalid conversion from ‘const char*’ to ‘std::vector<char*>
So I have to const_cast it.

invalid conversion from ‘const char*’ to ‘std::vector<char*>
I try to implement a constructor for a class Dictionary, but compiler gives an error which I don't u...

Constructor Problem
Thanks a lot:)

Constructor Problem
Hi, I have 2 classes: [code]class Dict_Node { public: Dict_Node* parent ; char letter...

request for member ... which is of non-class type ...
Hi,I have a problem with an access to other class. There is the code: [code]class Dict_Node { p...