What are pointers to pointers good for?

后端 未结 5 1794
难免孤独
难免孤独 2021-02-04 10:01

In the Go programming language; how can pointers to pointers become useful?

(Why are they not illegal if they are not really useful?)

5条回答
  •  不要未来只要你来
    2021-02-04 10:52

    Linus Torvalds recently mentioned how pointers to pointers lead to code with good taste (in C). See (among others) Brian Barto's blog post.

提交回复
热议问题