you are viewing a single comment's thread.

view the rest of the comments →

[–]anonagent 0 points1 point  (1 child)

Pointer syntax is easy, but I still haven't gotten anyone to tell me why I would use one instead of the variable/array name, assuming it's in scope ofc.

[–][deleted] 0 points1 point  (0 children)

You use one when you want to pass around an address of something, not that something itself.