Simon Anderson Hamonangan / Publications
Forum
Difference between pointer to object.
Hello developer, I'm new here. I read code base and not found answer to my question. What is the difference with Foo *foo2= new Foo( "foo2" ); and Foo* foo2= new Foo( "foo2" ); And when are they used? Regards Simon Anderson