Log in

View Full Version : C++ is a lot easier to Learn than Java in the matter of configuration (files) etc ...



leonidassavvides
09-02-2009, 08:28 PM
C++ is a lot easier to Learn than Java in the matter of configuration (files) etc ... classpath etc matters ????

ddadmin
09-02-2009, 10:36 PM
Are you asking a question here? Not quite sure what the purpose of the thread is...

leonidassavvides
09-03-2009, 04:41 AM
Yes I ask if, C++ is more difficult than java, I am currently learning java ...??

davelf
09-03-2009, 10:49 AM
every programming language have a same purpose, to build an application.:)
both of them are really difficult to learn at the first time.

leonidassavvides
09-03-2009, 08:06 PM
what is the easiest in your opinion ? c++ has configuration files/param , if yes, more or less ?

leonidassavvides
09-03-2009, 08:08 PM
May use VISUAL C++ EXPRESS /E to develop Linux Apps , or mobile Apps eg windows mobile or blackberry ?

magicyte
09-04-2009, 05:06 AM
I personally like C++ better, but if you are making apps for phones, I suggest learning Java. Its purpose leans a tidbit further towards the making of mobile software etc. Learn both! :)

leonidassavvides
09-04-2009, 08:31 AM
may learn c++ without have any review/knowledge of C# or C ? After mastered/learn Java , to study C++ is easy ? You recommend immediatelly after finish adv Java SE/EE start with C++, OR cover first ALL disciplines of Java ?

davelf
09-04-2009, 12:08 PM
java more user friendly than c++, the blue screen irritates my eyes, hehe. So i prefer java too.
But like magicyte's says, to develop phone app, java still recommended.

i have some question too, is there any different between C++ and Objective-C 2.0 Programming Language( i heard this programing language at http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html.

May be someone here have an experience with that programming language.