Problem while reading Greek Letters from a fileHi I am new on C++ but I have experience on other languages I have the following code: [code][/code]...
Explain errors on a c++ projectLesson.h [code] class Lesson{ private: string lessonCode; //Code for the Lesson unsi...