Results 1 to 8 of 8

Thread: what to study: Java or C++

  1. #1

    Thread Starter
    Addicted Member herpysz's Avatar
    Join Date
    Mar 2002
    Location
    Europe>Moldova>Kishinev
    Posts
    176

    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!

  2. #2
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    What do you want to do with the language?

    Z.

  3. #3
    Junior Member Mark3's Avatar
    Join Date
    Aug 2002
    Posts
    26
    hey, I was trying to decide on that too last summer, but chose to learn C++, b/c it is more beneficial later on.

    In a way its good I started with C++, as java is now being thought (from a beginnger level) in my school

    If you want to start easy, maybe Java is better for you!

  4. #4
    Addicted Member jmiller's Avatar
    Join Date
    Jul 2002
    Location
    University of Michigan
    Posts
    238
    starting next year, the AP College Board's Computer Science A/B test will cover Java. This year is the last year for C++

  5. #5
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    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.

  6. #6
    Addicted Member NOMADMAN's Avatar
    Join Date
    Aug 2002
    Location
    Closer than you think
    Posts
    237
    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

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  8. #8
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width