I\'m coming from a Java background and have started working with objects in C++. But one thing that occurred to me is that people often use pointers to objects rather than t
With pointers ,
can directly talk to the memory.
can prevent lot of memory leaks of a program by manipulating pointers.