G:\DCSTemp\new\main.cpp|12|error: invalid conversion from 'int*' to 'int' [-fpermissive]|
I can change a value using a reference in the function parameter:
i.e. void reset(int &Var)
But i'm hitting problem's using a pointer.
As the next section in the book i'm learning from expand's on pointer usage,
Using const, Passing multidimensional array's etc... I need to have learnt the basic's before i go any further.