That depends on what you wanna do, I went the C route a while ago as I'm very interested in low level stuff.
If you're going with .NET the language is merely syntax, it doesn't matter which you choose as they all make use of the .NET classes and the managed framework.
Managed makes a lot of sense depending what you're interested in, but, you will gain a lot from learning an unmanaged language such as memory management etc and it'll help you understand how it actually works.
I haven't written anything in C for a while other than a small prog to retrieve ID3 tags, I much prefer writing things in python, it's easy and quick, but as I said before, it depends on what you wanna do.
What's faster is largely irrelevent nowadays unless you're writing number crunching apps, and it's especially irrelevent with .NET as it all gets compiled to bytecode so it all ends up the same.
__________________
You want a toe? I can get you a toe, believe me. There are ways, Dude
I don't want to talk about it
I don't want to hear no lip
Take your share don't shout about it
That's your lot remember you're a kid
Last edited by Lebowski; 06-03-2007 at 03:11 PM.
|