Hello,
I would like to know the difference between two variable declaration
ways:
int point(0);
and
int point=0;
Thanks for your help!!
A.
I would like to know the difference between two variable declaration
ways:
int point(0);
and
int point=0;
Thanks for your help!!
A.
Comment