05-21-2007, 04:24 AM
Pande Wrote:hmm... i tried that already and got a few chapters in before i stopped because i had to learn different programming languages for school; QBASIC, ASM (i doubt anybody other then me and maka know what that is) and C.
once i don't have 4 or 5 programs to do a week for my teachers, ill look at C# again.
and btw, making me read it isnt magical, that takes free time which i don't have much of. so im still waiting for the "magical" answer lol
If you know Assembly and C then you shouldn't have a problem with C#. C# is like C/C++ on training wheels. Just powerful enough but doesn't let you really break anything.
I enjoy assembly, it's really interesting to see what instructions your high level code breaks down to and it's the only language where a goto (JMP/jump) isn't considered a bad practice.

