Linked by Thom Holwerda on Sun 20th Apr 2008 15:43 UTC
Thread beginning with comment 310656
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Right Tool for the task
by Doc Pain on Mon 21st Apr 2008 18:04
in reply to "RE[2]: Right Tool for the task"
If you already know C++ you are hardly throwing all your skills out when you move to Java.
You're right. The way from C to C++ may be a bit complicated, but from C++ to Java it isn't that hard. The most important thing when you've learned C++ isn't the language itself - your shills usually are OO-oriented, and you recognize the means of the language, its contructs, its grammar and so on. This knowledge is mostly very generic (!) and you can use it with any further language you like.
A good programmer isn't a person who knows one language from the inside and from the outside, but he's a person who can translate a given problem into an alrorithm, and then map this algorithm onto the desired programming language (or best language for the given task).





Member since:
2005-07-06
If you already know C++ you are hardly throwing all your skills out when you move to Java.
I have worked in C++, C#, and Java and I didn't find moving from C++ to Java any harder then moving from C++ to C#.
Edited 2008-04-21 04:50 UTC