Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 149 Bytes

File metadata and controls

4 lines (4 loc) · 149 Bytes

// implement pre/post increment for a UDT. // why is preincrement faster // when can compilers optimize the postincrement // which overload is which