PDA

Click to See Complete Forum and Search --> : Java or C++?


guerrillase7en
February 23rd, 2002, 12:50 AM
Should I pick Java or C++ as my 1st programing language? I have no experense unless u could html/javascript (also DUKE-C) I was going to go for Java but evrything i see about it says it'll be alot easyer to know C++ then goto java then started with java..... so what's evryone think?

I am a cracker
February 23rd, 2002, 01:10 AM
Should I pick Java or C++ as my 1st programing language? I have no experense unless u could html/javascript (also DUKE-C) I was going to go for Java but evrything i see about it says it'll be alot easyer to know C++ then goto java then started with java..... so what's evryone think?


Personally I would go for java first, then C++

If you are interested in developing websites then learn java. The great thing about is that it is given away free by Sun Microsystems and there are java tutorials and sample code all over the internet. www.google.com

Ron the don
February 23rd, 2002, 01:39 AM
Just go for both man, as many as possible, yeah start with c++ if you like or perhaps java.
It doesnt mean that much, if your into the proggie lan/or want to be then do as many as your noogin can handle ;)


html is meant to be the easiest but that is easy and still classed as an 2 is it ?

but yeah, depends what you wanna do....but to be sure then learn as many as possible....

garathjax
February 26th, 2002, 03:58 PM
I don't know much about java but I definetely would not start with C++. Prodedural languages are much easier for beginners to learn (C++ is an object oreintated language) so I would suggest starting with C and then progressing to C++.
A C++ compiler should support C.

If you are looking for tutorials on any language look here (http://www.programmersheaven.com/).

Here's (http://home.twcny.rr.com/amantoan/cweb/Cindex.htm) a good (IMHO) C tutorial.

bimmer
February 26th, 2002, 04:08 PM
what exactly u r aiming to do after learning progarming lang.

which field u ganna use it for ...

what's ur computer back ground ?

give some info , so we can help u chooe

oblio
February 26th, 2002, 04:31 PM
java is much easier to learn than C++.

3ntropy
February 26th, 2002, 04:32 PM
Personally,
I would tell you to choose C++, it is a lot broader and the capabilities in it our amazing. I myself am learning it right now. I have never used any other programming languages, unless you want to call Batch file programming, really programming, and I am having just a fine time working through it. I got the book Beginning C++ from [{Ivor Horting} not sure how to spell but it is a big red book with his picrure in the top left] and that book is very indepth but geared to beginners who know nothing, no offense, on languages.

If you learn Java first that would be okay to, because C++ and Java are a lot a like, but if you are going to be programming anything really big I would say stick to C++ because Java is mostly used on the internet, for applets, but only sometimes for really big programs.

k41d3r07h
February 26th, 2002, 04:45 PM
From my experience I would start with C++.

Java is fully OO(object oriented), and a little bit harder to grasp than C++. I admit I'm biased because I hate Java...though the platform independant part is really nice. But if you get into C++ to start, then work over to C#....you'll be able to do the broadest amount of programs. Then once you want to learn Java....it'll be nothing for you, mainly since the syntax is the same

hope it helped

oblio
February 26th, 2002, 05:05 PM
"If you learn Java first that would be okay to, because C++ and Java are a lot a like, but if you are going to be programming anything really big I would say stick to C++ because Java is mostly used on the internet, for applets, but only sometimes for really big programs."

JAVA has been embraced by industry after industry as the primary platform for their development. this website, http://industry.java.sun.com, will prove just that. It is ideal for large projects due to the extensive api and the fact that it is a true object orientated language. Applets are a very small part of Java's uses right now. Sun has really made it so that you can do just about anything in Java. In my experience I have not yet seen, a reason not to use java for just about everything. And don't tell me performance, because a java application compiled with hotspot is mondo fast.

AnthonyGayden
February 26th, 2002, 05:31 PM
Indeed java is a very useful language with many similarities to c++, yet it has not yet been embraced fully except for use on the internet. More java based desktop applications are coming. I found that java works much better as an object oriented language than vb and can do anything vb can do and more.

Gbin@ryR
March 16th, 2002, 11:41 AM
I have no experience of these two languages, but i have heard that C++ is easier and has more freedom.

guerrillase7en
March 18th, 2002, 04:54 PM
ok, I think i'll lern C++ (1st anyway) sometime I may lern some more....

d0m1n10n
March 18th, 2002, 05:10 PM
I think C++ would be the best to start learning first. Dont start out doing some kind of OOP C++ though I would first use GNU which is a Linux based compiler.

ArmyOfOne
March 18th, 2002, 05:36 PM
Originally posted here (http://www.AntiOnline.com/showthread.php?threadid=219867#post475609) by Gbin@ryR
I have no experience of these two languages, but i have heard that C++ is easier and has more freedom.

Who are your sources? :P

SarinMage
March 18th, 2002, 05:43 PM
id say c++... its a bit more advanced i think than java, and its not as limited in how you can use it. It would probabably be more usefull in learning other things that Javq owould be

ihsir
March 18th, 2002, 05:51 PM
there's no such thing as a hard language to learn. if you want then you could make learning BASIC hard and if you want then assembly can be easy. it all depends on your dedication towards it.

my choice is c++, you can then go into deep OS programing, Unix was i think made in C/C++, correct me if i'm wrong.

Tyax
April 8th, 2002, 04:42 PM
I'd have to go for C++ but Java is not without it charms

i3.3
April 11th, 2002, 06:07 AM
i would go with python
its very easy, and has OOP capabilities and borrows syntax from C / C++

you can literally learn the basics of the language in a sunday afternoon
check out www.python.org

just toy with it for a week and move to C++ or java (i think im gonna learn C after i finish with python)

smirc
April 11th, 2002, 10:14 AM
There's only one way to settle this debate...learn both ;).

blackmask
April 11th, 2002, 11:03 AM
Java is a lot more easier than c++.But its usually not used for programming purposesrather for web applications.If u r amining for programming then go for c++.A bit of C would help u in this task.

politroyx
April 11th, 2002, 12:53 PM
Go for C. It's a must language for all programmers.

slarty
April 14th, 2002, 02:42 AM
If you're trying to learn programming I think neither Java nor C++ is ideal for a first choice.

Ideally something like Pascal with strong types and clear syntax which makes sense in English (assuming English is your first language).

The problem is, the C syntax sucks.

I like and use both Java and C++ but I'm sure there are easier languages to learn.

Ultimately programming in Java is easier, as there is a lot more safety in the environment, the compiler is more fussy and the JVM does a lot of stuff for you, but there is more scope in C++ (embedded software, games etc) and C++ performs a bit better under most circumstances.

cwk9
April 14th, 2002, 04:42 AM
I would say get a taste for c++ then learn a little java and see witch one you like best.

oh ya Duke c rules