Comment on Anonymous functions in CparentComments−mtdewcmu12yThat's interesting. You know you can pass structs by value, too, so I'm not sure how necessary it is to take the address.−nitrogen12yIt can be useful for an API that expects pointers for whatever reason.
Comments
That's interesting. You know you can pass structs by value, too, so I'm not sure how necessary it is to take the address.
It can be useful for an API that expects pointers for whatever reason.