Probléme d'affichage

Fermé
odin13 Messages postés 41 Date d'inscription vendredi 13 avril 2007 Statut Membre Dernière intervention 16 mai 2007 - 16 mai 2007 à 16:22
fiddy Messages postés 11069 Date d'inscription samedi 5 mai 2007 Statut Contributeur Dernière intervention 23 avril 2022 - 16 mai 2007 à 20:10
Bonjour à tous

Lorsque je fais:

CJournal::J().Dater()<<"héhé="<<t->Gethéhé()<<"\n" ;

J'affiche la valeur de héhé.Etant donnée qu'il s'agit d'un pointeur j'uilise: t->

Maintenant je dois faire un affichage mais je dois faire comment si ce n'est pas un pointeur??

Merci :-)

1 réponse

fiddy Messages postés 11069 Date d'inscription samedi 5 mai 2007 Statut Contributeur Dernière intervention 23 avril 2022 1 841
16 mai 2007 à 20:10
Ben si t n'est pas un pointeur au lieu de t->GetHéhé() tu écris t.GetHéhé()

En fait tu as : t->GetHéhé()=(*t).GetHéhé()
0