Forum: C# Jul 16th, 2009 |
| Replies: 10 Views: 691 You're in the Java section, so if you were to take a poll, chances are that most people would say "Java is better than C#." Post in the C# section and they'll say "C# is better than Java." A better... |
Forum: C# Jun 8th, 2008 |
| Replies: 2 Views: 7,430 O.K., thanks. That clears some stuff up. I'll give it a shot. I'm actually wondering now, though, whether Contains would be better than Exists for my particular situation?
if (... |
Forum: C# Jun 8th, 2008 |
| Replies: 2 Views: 7,430 I'm pretty new to Visual C#. I have a class called Node and a List of Nodes called children. The goal is to make a Node tree. Each Node except the root Node has exactly one parent. Each Node has... |