0
How is use pointer in the example?
2 Respuestas
+ 9
Is this from home work?
There is quite a bit missing from your example.
One way would be to use new / delete.
name *s = new name;
//do stuff
delete s;
0
sorry
I forget types
thank you very much