Forum: C# Aug 17th, 2008 |
| Replies: 1 Views: 1,143 I reattempted this problem without using namespaces, and the partial class realized each others methods...
I guess this is solved, but I'd still like to know why I must leave off the namespaces... |
Forum: C# Aug 17th, 2008 |
| Replies: 5 Views: 1,046 Though zero isn't an even number, it's even enough.
No & 2 == 2 would return false for No = 0.
.
.
.
Modulus wins! |
Forum: C# Aug 17th, 2008 |
| Replies: 1 Views: 1,143 I've read up to the point where the author explains partial classes.
I understand the general concept - they're used when a class is so big that it is better to split it across files.
I created... |
Forum: C# Aug 16th, 2008 |
| Replies: 2 Views: 465 It seems that I need to continue reading and get a thorough grasp on how assemblies are used in C# before I can really understand the difference.
Thanks! |
Forum: C# Aug 15th, 2008 |
| Replies: 2 Views: 465 Hi, my name is Alex. I'm fairly new to C# but apparently I may be required to know how to manipulate .NET Frameworks via C# so I am studying a beginners book and another book to thoroughly understand... |