Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need Assistance Understanding This Class
Message
From
10/03/2009 07:48:52
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01386808
Message ID:
01386858
Views:
43
>>>>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.

Oops. Meant to reply to Kevin. Sorry.
Best,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform