Y
Hacker News
new
|
ask
|
show
|
jobs
by
mreiland
4295 days ago
It's been a C++ convention to use pointers for parameters that are meant to be changed for a long time.
func_call(&var1);
is most definitely a C++ convention bud, and it has nothing to do with google.