|
-
Mar 5th, 2003, 04:24 PM
#1
Thread Starter
Addicted Member
what to study: Java or C++
Hi! I have such a situation: I know Visual Basic. But I want to begin to study a new laguage...but I don't know what to choose: Java 2 or C++ ???
So please tell me what to choose and why???
Next regards from Herpysz!
-
Mar 5th, 2003, 04:38 PM
#2
Frenzied Member
What do you want to do with the language?
Z.
-
Mar 5th, 2003, 04:46 PM
#3
-
Mar 5th, 2003, 10:35 PM
#4
Addicted Member
starting next year, the AP College Board's Computer Science A/B test will cover Java. This year is the last year for C++
-
Mar 5th, 2003, 11:02 PM
#5
Frenzied Member
Originally posted by jmiller
starting next year, the AP College Board's Computer Science A/B test will cover Java. This year is the last year for C++
I have pity...
Z.
-
Mar 7th, 2003, 02:18 AM
#6
Addicted Member
I also started in VB.
Like Z said it depends on what you want from it, I'd say C++ is more complicated but much more versitile and faster. Java is easier to jump into, especially if you want GUI (Swing - yeah!, MFC - boo!). Right now I'm doing both languages at the same time, I find that they are similar enough that it doesn't trouble me to activly use both on and off in the same day.
Java, for there next release will have templates from C++, one of C++'s strong points. Also Sun's site has support for the language out the wahzoo. Seach for any class name and get all the methods in detial. Also Java is more platform independent and runs on the web real nice.
C++ with is use of class and templates can do some really nifty things, we're learning policys and traits, I mean man talk about a general algorithm. Anyway.
Java GUI / C++ Speed-Games...
Those are my two... no make it three ¢ents!
NOMAD
-
Mar 7th, 2003, 06:43 AM
#7
Monday Morning Lunatic
MFC has very little to do with C++ 
C++ on its own can't do a GUI, it needs OS support, whereas in Java its guaranteed in the languauge (along with threads, networking, etc.).
We're doing Java as well, I just find it very restrictive, that's all (compared to my current marital partner of C++ ).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Mar 7th, 2003, 03:20 PM
#8
Yeah, it always seems to me that the things I want to do in Java can't be done, or only with some complicated workaround (like getting a BufferedImage from some random generic Image). It's not a great language and the framework is worse IMO.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|