I have read tutorials on C++ but nowhere does it explain the use of the new
operator.
I understand to create an instance of a class in C++ you just declare the type then the identifier.
If so, then what purpose does the operator serve?
Can someone please explain.
Thanks.