+ 1
using pointers you can refere to an object using its memory address. Doing so you avoid copying the whole object when you pass it as an argument of a function, resulting in using less memory to run your program.
29th May 2017, 12:47 PM
seamiki
seamiki - avatar