+ 5
Find error in this code
5 Answers
+ 2
I have correct that 1 but it still give error
+ 2
I also don't know
I run on my PC it give error ,not able to understand help
+ 1
https://code.sololearn.com/cjw26711p5zS/#cpp
I'm not sure if this is the output you wanted. But this one does not give any error. :)
We cannot access private members directly, hence i used the display() function.
0
Since settime is defined outside the class, you need to prefix it with the class name:
void employee::settime(...
0
Well, don't keep it a secret, tell us what the error is.