Y
Hacker News
new
|
ask
|
show
|
jobs
by
QuercusMax
27 days ago
One reasonably common pattern is to have the return value indicate success / error, and you pass in a pointer to the value which will be mutated if successful.
1 comments
jamesfinlayson
26 days ago
Yep, lots of the Windows API does it this way.
link