What is wrong with the following code? (itoa function)Hello, I had a C++ interview question about the following problem. What is wrong with the followi...
Loop errorHello, there is indeed a problem with your for loop. [code] for (day=1; day>daysworked; day++)[/cod...
Using "std::find" from the algorithm librairy for a list of struct?Oh thanks guys. I didn't look into the find_if. Cheers!"
Using "std::find" from the algorithm librairy for a list of struct?Hi, I'm trying to write a method that returns true or false whether this element exists in my list. ...
I don't understand: "friend std::ostream & operator<<(std::ostream & out, const Hour & h);"I have to define methods of a given class: Hour.h [code] ... class Hour{ public: Hour(); f...
This user does not accept Private Messages