Page 1 of 4 1234 LastLast
Results 1 to 10 of 39

Thread: C++ or Java

  1. Registered TeamPlayer DJ Ms. White's Avatar
    Join Date
    11-13-07
    Location
    Plano, TX and Ruston, LA
    Posts
    32,364
    Post Thanks / Like
    Blog Entries
    43
    Stat Links

    C++ or Java C++ or Java C++ or Java C++ or Java
    Gamer IDs

    Steam ID: DJMrWhite
    #1

    C++ or Java

    At both of the Universities I'm looking at, the computer science/software engineering degree paths split off to go C++ or Java. I'm know smatterings of both, but that's from a computational physics standpoint. I'm not sure which path to pursue. The courses are supposed to cover the same theory, but use different languages.
    enf-Jesus its been like 12 minutes and you're already worried about stats?! :-P
    Bigdog-
    Sweet home Alabama you are an idiot.

  2. Registered TeamPlayer huh?'s Avatar
    Join Date
    10-17-11
    Location
    Denver, CO
    Posts
    724
    Post Thanks / Like
    Stat Links

    C++ or Java
    Gamer IDs

    Steam ID: 76561197962661957
    #2

    Re: C++ or Java

    Java all the way.


  3. Administrator Kanati's Avatar
    Join Date
    05-15-08
    Location
    Pekin, Illinois, United States
    Posts
    17,724
    Post Thanks / Like
    Stat Links

    C++ or Java C++ or Java C++ or Java C++ or Java C++ or Java C++ or Java
    #3

    Re: C++ or Java

    If you want easy, go Java. If you want to know serious programming go C++. If you know C++ you can pick up java in no time. The same cannot be said in the opposite direction.

    My opinion is that the entire java language is wonky. You learn how to do something and then you have to learn workarounds to get what you just learned to work RIGHT.

    LET THE JAVA FANS FIRE UP THEIR PITCHFORKS AND POKE ME WITH THEIR TORCHES!!! (because that's how it would work in javaland.)
    Likes Ranger10, capnemo314 liked this post

    Krakkens and shit. stop tempting them.
    -- Bigdog

  4. Registered TeamPlayer SapiensErus's Avatar
    Join Date
    08-22-07
    Posts
    8,917
    Post Thanks / Like
    Blog Entries
    4
    #4

    Re: C++ or Java

    Quote Originally Posted by Kanati8869 View Post
    If you want easy, go Java. If you want to know serious programming go C++. If you know C++ you can pick up java in no time. The same cannot be said in the opposite direction.

    My opinion is that the entire java language is wonky. You learn how to do something and then you have to learn workarounds to get what you just learned to work RIGHT.

    LET THE JAVA FANS FIRE UP THEIR PITCHFORKS AND POKE ME WITH THEIR TORCHES!!! (because that's how it would work in javaland.)
    100% agreed... if you learn C++ you can learn almost any other language with ease after that. Not true with the converse (unless you learn C )


  5. Registered TeamPlayer Warprosper's Avatar
    Join Date
    09-01-08
    Posts
    5,775
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    C++ or Java C++ or Java C++ or Java C++ or Java C++ or Java C++ or Java
    Gamer IDs

    PSN ID: Warprosper Steam ID: Nukewarprosper Warprosper's Originid: Warprosper
    #5

    Re: C++ or Java

    Pointers

    C++ all the way dude...

  6. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    C++ or Java
    #6

    Re: C++ or Java

    I was a java guy, but then I experienced C++.....

    C++ has the power!

  7. Registered TeamPlayer DJ Ms. White's Avatar
    Join Date
    11-13-07
    Location
    Plano, TX and Ruston, LA
    Posts
    32,364
    Post Thanks / Like
    Blog Entries
    43
    Stat Links

    C++ or Java C++ or Java C++ or Java C++ or Java
    Gamer IDs

    Steam ID: DJMrWhite
    #7

    Re: C++ or Java

    Thanks you guys

    Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
    enf-Jesus its been like 12 minutes and you're already worried about stats?! :-P
    Bigdog-
    Sweet home Alabama you are an idiot.

  8. GReYVee's Avatar
    Join Date
    06-03-09
    Location
    Colorado
    Posts
    3,346
    Post Thanks / Like
    Stat Links

    C++ or Java
    Gamer IDs

    Steam ID: GReYVee
    #8

    Re: C++ or Java

    C++ is more on the science application end for a degree. You can apply way more in this field of study. Optimization, algorithms, and true meaty applications can be done well with C++ -- it is a must learn for serious endeavors (also learn Assembly).

    Java in and of itself has always been a more multi-platform user oriented language. If you simply want to gain more experience for developing end-user applications, (front-end stuff) Java isn't a bad way to go. The lexical grammar and conventions will extend itself naturally with C#/VC/Web-based applications and .NET in general. But you will never get anything serious out of it without understanding how to manage referencing/dereferencing, and the dependency hell that comes along with C++.


    My recommendation is to actually delve into both. If you are not a strong logician you may want to start with Java.

    Edit PS: C++ taught me more about modular programming and how to handle abstraction better than any other language. That with the naturally unsafe (unmanaged) environment it forces on you, you will easily learn how to handle the wonky shit in other languages. And come to appreciate the CLR that .NET and other implementations of this provide.
    Last edited by GReYVee; 12-03-12 at 07:12 PM.

  9. Administrator Bunni's Avatar
    Join Date
    08-29-07
    Posts
    14,279
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    C++ or Java C++ or Java C++ or Java C++ or Java C++ or Java
    Gamer IDs

    Steam ID: bunni Bunni's Originid: Dr_Bunni
    #9

    Re: C++ or Java

    stop dont listen to them


    c++



    no questions asked.




    its compatible to move to other languages (everything is written in it or c to boot)


    ie. java is c++ without overloading, optional operators, pointers (no what you waffles have is not pointers dont argue).


    But the reverse cannot be said. ESEPCIALLY if its your intro language. Youll learn programming without having to worry about garbage collection and that right there is exactly whats wrong with the computer industry right now (flood of pogrammers who've never had to worry about garbage collection) and exactly why c++ natives are ALWAYS picked over java'ers for any job (not to mention that going from c++ or even c to java is cake).












    imo java has one claim to fame, its virtual machine. STOP USING IT for everything else

  10. Registered TeamPlayer DJ Ms. White's Avatar
    Join Date
    11-13-07
    Location
    Plano, TX and Ruston, LA
    Posts
    32,364
    Post Thanks / Like
    Blog Entries
    43
    Stat Links

    C++ or Java C++ or Java C++ or Java C++ or Java
    Gamer IDs

    Steam ID: DJMrWhite
    #10

    Re: C++ or Java

    Currently using Notepad++ (I like it since it's quite simple, which is to say it doesn't take a lot to learn how to use it). Any recommendations for an IDE?
    enf-Jesus its been like 12 minutes and you're already worried about stats?! :-P
    Bigdog-
    Sweet home Alabama you are an idiot.

Page 1 of 4 1234 LastLast

Thread Information

Users Browsing this Thread

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

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
  •  
Title