hey guys/gals im havin a problem in my test.cpp file in line 65 where i have cout << date.print();
the compiler says:
test.cpp: In member function âvoid Test::print() constâ:
test.cpp:67: error: no match for âoperator<<â in âstd::cout << ((const Test*)this)->Test::date.Date::print()â
where am i making a mistake because i have <iostream> and using namespace std; where i need it? any suggestions?