Ovl>clsTime(const clsTime & r) { Ovl> this.uiNum = r.uiNum; Ovl> // other stuff Ovl>} Ovl>
clsTime a; clsTime b = a;