What the heck is C#?! (I want to learn it!)
Posted: Wed Jun 10, 2009 5:22 pm
Okay so I have a basic idea of what C# is. I've been using C++ for a little over a year now, and I'm familiar with the IDE's interface for the most part due to Visual Basic experience (they made me do it!). I have no clue where to start though. I'd like to just jump right in, as I don't feel I need to read another 200 tutorials explaining what a function is, or a variable, etc. Rather I just need to learn the syntax.
The only projects I ever made in VB contained moving image boxes, labels, buttons, etc. so what I don't understand is how do I draw "real" graphics in a window created in C#? Is there some sort of "OpenGL" control that I just paste on my form, or do I initialize something in the code? For instance, Mar, how are you drawing tiles/levels in your new map editor, which API do you use and how?
Feel free to tell me how completely ignorant I am, as long as its in a way that helps me to understand C# better, even if it be just a smidgin'.
The only projects I ever made in VB contained moving image boxes, labels, buttons, etc. so what I don't understand is how do I draw "real" graphics in a window created in C#? Is there some sort of "OpenGL" control that I just paste on my form, or do I initialize something in the code? For instance, Mar, how are you drawing tiles/levels in your new map editor, which API do you use and how?
Feel free to tell me how completely ignorant I am, as long as its in a way that helps me to understand C# better, even if it be just a smidgin'.