Quando crei un default constructor e dichiari la variabile, le parentesi tonde non ci vanno.
Il resto è ok.codice:Point p1(5, 10); Point p2; // togli ()
Quando crei un default constructor e dichiari la variabile, le parentesi tonde non ci vanno.
Il resto è ok.codice:Point p1(5, 10); Point p2; // togli ()
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.