i have overladed unary ++ both pre and postfix increment operator using member function. both the operator function differ by arguements.v use a additional argunent of type int.
how does complier differentiate between pre and post increment operator.
how does complier differentiate between pre and post increment operator.
Comment