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 ProblemThanks a lot:)
Constructor ProblemHi, 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...