- 1
Do I need 3 function, or just 1 will do it all?
Do I need to write different functions for '++' , '+' and '+=' or just the '+' one will do all the work for the 3 of them?
1 Resposta
0
All 3 of them.
Do I need to write different functions for '++' , '+' and '+=' or just the '+' one will do all the work for the 3 of them?