Quote:
Originally Posted by taushif
I got a question about C and C# which in your opinion is better to learn?
I think I asked sorta wrong question  but I know Java and I want to learn
one of the two (C or C#) I see most servers are written in C#, but on wiki and
other sites I read C is the very base of C#, C++, Java and other languages.
What do you advice Hybrid/Inf?
Thnx for help xD
|
These two languages are pretty far from each other.
C is a sequential language, non-object (even if it's possible to build object language in C it's not made for it), it is closer to the hardware than any other language.
C# is an object language (windows oriented)
and Java is the most Object language ever (multiplatform etc...)
If you want to learn some recent sequential languages, F# is a good compromise, even if pretty different from basics.