Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Which is harder to learn Java or C++ ?

  1. #1
    session is offline Newbie
    Join Date
    Aug 2008
    Posts
    1
    Rep Power
    0

    Which is harder to learn Java or C++ ?

    I would rate myself as a beginner/intermediate VB.NET programmer - very good at scripting with VBScript.

    So I haven't really touched on either Java or C++ or any "real" programming since I personally consider VB.NET cheating as you're really just drawing and filling in the gaps with code you can search for online!!!!
    Could someone recommend to me one or the other ? my destination platform would be both Linux and Windows.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Which is harder to learn Java or C++ ?

    I'm glad you do not consider VB.NET a real programming language. Xav 0, session 1. I would recommend learning C++.

  4. #3
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Which is harder to learn Java or C++ ?

    Better yet, Xav 0 Common Sense 213130

  5. #4
    Arkie is offline Learning Programmer
    Join Date
    Dec 2007
    Posts
    91
    Rep Power
    16

    Re: Which is harder to learn Java or C++ ?

    Java is easier to learn (for me atleast) coming from a c/c++ background. Been coding Java for 4/5+ years now.

  6. #5
    Jordan Guest

    Re: Which is harder to learn Java or C++ ?

    I started with C++ and it wasn't hard to learn. I recommend that. I also have a distaste for Java being that it is very buggy, slow and bloated. The SUN TOS forbids you from running benchmark tests on Java, I wonder why.. It is, however, cross-platform.

  7. #6
    Join Date
    Aug 2008
    Posts
    5
    Rep Power
    0

    Re: Which is harder to learn Java or C++ ?

    I think Java as they have lots and lots and lots of names to simple things which generally confuse a novice programmer. C++ is even more structured and easier to learn. I would recommend go for Object C or C++ and forget Java untill you become very good in C++. At later stages of your career it will become easier for you to transform to other technologies liky Python or Java.

    you may be interested in iPhone development program which is usually Object C.

  8. #7
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Which is harder to learn Java or C++ ?

    C++ is cross-platform, but if you need GUI functionality, you'll also need a cross-platform toolkit. wxWidgets isn't bad. As far as the core languages, I'd say they're about equal difficulty, but Java's style irritates me.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #8
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Which is harder to learn Java or C++ ?

    Lol dude python is easy as ****.

  10. #9
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Re: Which is harder to learn Java or C++ ?

    From my background I'd recommend Java first, it has much better garbage collection and gui features that are much easier to learn. Also its object oriented style is much easier to learn compared to C++ in my opinion.

  11. #10
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Which is harder to learn Java or C++ ?

    Yeah why would anyone want to learn how to clean up their own garbage? That'd be too much work...

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. New to Java, how can I learn more?
    By atomicpineapple in forum Java Help
    Replies: 2
    Last Post: 10-16-2010, 07:54 PM
  2. Should I Learn Java or...?
    By EddieInOhio in forum Java Help
    Replies: 10
    Last Post: 08-18-2009, 08:44 AM
  3. Want to learn Java
    By Pwhheee in forum Java Help
    Replies: 5
    Last Post: 11-25-2008, 09:08 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts