I have created a new data class which consists of four floats. I have created the copy constructor and the assignment operator= and they seem all right.
How do I define an operator++ for the pointer to the new data type?
Thanks in advance.
How do I define an operator++ for the pointer to the new data type?
Thanks in advance.
Comment