Compare objectsOk i think i understood, thank you very much !! :)
Compare objectsIn this case the 2nd and 3rd functions use the 1st... i think that the exercise asks to creat 3 diff...
Compare objectsSorry but your code seems very complicated to me, i am a beginner... i need something simpler. Can...
Compare objectsThe third should be something with template... template <class X> X compare3(X a, X b) Am i wrong ...
Compare objects 1) clockType compare(clockType a, clockType b) { if(a.h>b.h) return a; ...