Just to check: if i want to pass by ref a double pointer float **ptr through a function, should i declare it as: void Func(float **&ptr) or Func(float **&&ptr) ?
Thanks
Aucun commentaire:
Enregistrer un commentaire