|
|
|
|||||||
| Development Discussions All developers who are coding games may stop by here for any help, suggestions, and everything development related. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#21 (permalink) | |
|
Jr. Member
Join Date: May 2008
Location: Seattle, WA
Posts: 329
Reputation: 49
Donate |
Quote:
I'll throw this link in here as the advice I gave someone on the XNA forums earlier: http://nick.gravelyn.com/2008/05/17/...ke-zune-games/.
__________________
Nick Gravelyn Microsoft MVP - DirectX/XNA To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
|
|
|
|
| Remove Advertisements Sponsored Links | |
Advertisement |
|
|
|
#22 (permalink) |
|
Experienced Zuner
Join Date: Nov 2007
Location: Pennsylvania
Posts: 234
Reputation: 13
Donate |
ok, but it took me a while to figure out how to fix it too, and i do know the language. I've read 2 books on c# programming, though that was a while ago. And i know i personally learn more from code debugging than when i'm reading what something does and then coding examples
|
|
|
|
|
|
#23 (permalink) |
|
Jr. Member
Join Date: May 2008
Location: Seattle, WA
Posts: 329
Reputation: 49
Donate |
Granted everyone learns different. I won't argue that. But the fact is that this is, quite frankly, a trivial C# problem. This is simple variable scope and access. This should be something that you really need to know if you plan to do programming in C# as it is a pretty fundamental idea of how the language works. If you don't understand variable scope and access, then you do not understand C#.
I'm not being mean or putting people down; I'm trying to help. I didn't become a Microsoft MVP and get a job programming by not knowing what I'm talking about. I'm not trying to be high and mighty with that statement either. I'm simply saying that I have the experience in programming to know what I'm talking about. So perhaps it might be in the best interest of the original poster to take a listen to what I (and three [two in this thread, one on the linked XNA forum post] other Microsoft MVPs) have told him.
__________________
Nick Gravelyn Microsoft MVP - DirectX/XNA To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
|
|
|
|
|
|
#24 (permalink) |
|
Experienced Zuner
Join Date: May 2008
Posts: 133
Reputation: 13
Donate |
Hey greenskull, it helps to have a basic understanding of how C# works before you try to dig too deep into the language. If you work by just modifying code, you're going to be limited in your scope in terms of how much you know and what methods (not programming methods :P) can solve certain problems. I dont' know your programming experience, but if you're approaching C# with knowledge of BASIC or non-object oriented programming, it's going to be hard to grasp some of the concepts without first understanding objects and classes and whatnot.
|
|
|
|
![]() |
| Thread Tools | |
|
|
| |