Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need Assistance Understanding This Class
Message
 
 
À
10/03/2009 04:09:42
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01386808
Message ID:
01386847
Vues:
48
>>>See comment in line. I don't understand that syntax.
>>
>>The TTreeNode class has left and right pointers of the same class.
>
>Hi,
>
public TTreeNode left, right;
is just a shortcut for :
>
 public TTreeNode left;
>public TTreeNode right;
i.e. just declaring two TTreeNode objects....
>HTH,
>Viv

Yes, I know, hopefully it's clearer for Kevin too now.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform