C triple dereferencing

Posted by Kiran on Stack Overflow See other posts from Stack Overflow or by Kiran
Published on 2010-04-22T06:11:33Z Indexed on 2010/04/22 6:13 UTC
Read the original article Hit count: 267

Filed under:

I have used functions with doubly dereferenced pointers (**var) to return values. However, I was recently asked a question to figure out a use-case where a triple dereferencing (***var) may be needed. I couldn't think of any practical scenario. Does anyone have any experience here?

© Stack Overflow or respective owner

Related posts about c++