dimanche 22 mars 2020

Return value of double pointer in C++

I have a question regarding double pointers. Lets assume I have a class foo. And I create a double pointer of this class somewhere in my code. foo**x;
What would be the return value if I make a foo** foo(); function? Or better said, how can I write such a return value? I hope my question is clear enough.:)

Aucun commentaire:

Enregistrer un commentaire