>> |
01/20/10(Wed)00:44 No.30021919>>30021842 Correction:
C# is a much improved Java by Microsoft where the only downside is that
it's only implemented on Windows, and partially implemented on Linux
(Mono). In terms of ease of use, it's much better than Java (I've used
all 3 -- C++, C#, and Java). C++ is fine for most development, but
there are still times when I wish I didn't have to deal with the
hackishness of C++ (yes, it's very hacky, especially if you're doing
advanced stuff, for instance, trying to emulate some of the crazy shit
that Boost libraries do). |