Results 1 to 10 of 16
Thread: Any Programmers Out there?
Threaded View
-
08-15-2012, 05:56 PM #5
First of all, it depends on what platform/environment you are going to develop your applications. Learning C++ is not so difficult (I am talking about the OO paradigm only, which, as everyone knows, is not well implemented in C++) in particular if you already know the OO concepts (and if you know Java, you should).
Then it depends on the particular type of software you need to build. When the basic concepts are clear, the rest is just learning how to use external libraries (and the same is true for Java). You should also consider most of the modern syntax/semantics used by "modern languages" (including Java) comes from the C language (and we all should thank that genius of Dennis Ritchie for that and who passed away last year and did not get the tribute he truly deserved: a REAL genius of computer science! You know how things goes in this world: he never owned a computer factory which owed much of the success to the work of Ritchie and others!)
-
The Following User Says Thank You to razorguy For This Useful Post:
AdamN (08-16-2012)