1. Welcome to Tacoma World!

    You are currently viewing as a guest! To get full-access, you need to register for a FREE account.

    As a registered member, you’ll be able to:
    • Participate in all Tacoma discussion topics
    • Communicate privately with other Tacoma owners from around the world
    • Post your own photos in our Members Gallery
    • Access all special features of the site

c++ or java programming

Discussion in 'Off-Topic Discussion' started by deadbolt, Jun 20, 2010.

  1. Jun 20, 2010 at 10:15 PM
    #1
    deadbolt

    deadbolt [OP] do w3rk!

    Joined:
    Mar 14, 2008
    Member:
    #5289
    Messages:
    2,973
    Gender:
    Male
    Socal
    Vehicle:
    08 Dbl Cab 6spd 4x4 TRD Off Road
    Black Headlights, HIDs, Tinted Fogs, Powdercoated Black Wheels, 5100s @ 2.5", Diff drop, AFE Exhaust, AFE Stage 2 Intake, Black Emblems/Grille, LED Tail lights, 265/75/16s Good Year Duratracs
    For those who have taken these courses, which one is easier? input is appreciated!
     
  2. Jun 21, 2010 at 11:17 AM
    #2
    EEtaco

    EEtaco Well-Known Member

    Joined:
    Feb 22, 2009
    Member:
    #13917
    Messages:
    242
    Gender:
    Male
    North Carolina
    Vehicle:
    09 V6 Prerunner
    Depends on what you plan to do as they both have different applications. Are you taking it for the learning experience or to solve a problem?

    I took two semesters of C++ in college and it was easy. However, I now know I dislike programming with a passion. :p
     
  3. Jun 21, 2010 at 11:19 AM
    #3
    AeroCooper

    AeroCooper Half the strength of ten (microscopic men)

    Joined:
    Apr 16, 2010
    Member:
    #35400
    Messages:
    2,581
    Gender:
    Male
    NH
    Vehicle:
    2018 Barcelona Access Cab Off Road
    Remote start, tailgate inserts, nifty key fob case, Husky X-Act floor liners, AVS vent shades, bed mat, MX4 Tonneau cover, Tyger step rails
    I love programming, but didn't care much for C++

    Java is super easy, as is C and also C#.
     
  4. Jun 21, 2010 at 1:00 PM
    #4
    asphaltpilot

    asphaltpilot CAPS CAPS CAPS!

    Joined:
    Jan 12, 2010
    Member:
    #29194
    Messages:
    620
    Gender:
    Male
    First Name:
    Jason
    South Florida
    Vehicle:
    PreRunner SR5
    What is your overall goal and application of either of these languages? That needs to be addressed first me thinks.
     
  5. Jun 21, 2010 at 1:08 PM
    #5
    Agent475

    Agent475 "Mark It Zero"

    Joined:
    Aug 28, 2008
    Member:
    #8829
    Messages:
    2,856
    Gender:
    Male
    Waldorf, MD
    Vehicle:
    2006 Red TRD Sport
    Hood Struts, 3" Tuff Country Lift, Shortie Antenna, WeatherTechs, Tinted front windows, custom TRD seat covers, custom pedals, debadged, custom USMC badging, quasi-functional hoodscoop (i.e. I cut it open), black front Yota emblem, Tailgate Theft-Prevention mod, Horn Relocation mod, Old Man Emu Carrier Bearing Drop, Brighter Backup Lights Mod, Smittybilt Reciever Hitch Tow Point, currently working on Satoshi Grill Mod
    I hated C++

    Java seemed easier to me...
     
  6. Jun 21, 2010 at 3:37 PM
    #6
    deadbolt

    deadbolt [OP] do w3rk!

    Joined:
    Mar 14, 2008
    Member:
    #5289
    Messages:
    2,973
    Gender:
    Male
    Socal
    Vehicle:
    08 Dbl Cab 6spd 4x4 TRD Off Road
    Black Headlights, HIDs, Tinted Fogs, Powdercoated Black Wheels, 5100s @ 2.5", Diff drop, AFE Exhaust, AFE Stage 2 Intake, Black Emblems/Grille, LED Tail lights, 265/75/16s Good Year Duratracs
    Just for college credit. Not majoring in programming, just required for the college.
     
  7. Jun 21, 2010 at 3:47 PM
    #7
    TacticalTaco

    TacticalTaco Active Member

    Joined:
    Jun 10, 2008
    Member:
    #7221
    Messages:
    25
    Victoria, BC
    Vehicle:
    O8 V6 4X4
    Java is far easier to learn for Beginners. In Java memory management is completely handled by the Java Virtual Machine. Basically Java makes it difficult to shoot yourself in the foot, while C/C++ provides you with ample opportunities. Learning either language will teach you about Object Oriented programming and being able to program in Java or C++ are very in demand skills. Java is much higher level than C++, Java code is compiled into an intermediate format which is interpreted by the Java Virtual Machine. Whereas C++ is compiled directly into machine code. As a result in general Java programs execute much slower than C++ programs, but are much more portable.
     
  8. Jun 21, 2010 at 3:53 PM
    #8
    TacoNut

    TacoNut IgnoringChrisWatchingEdLi veVicariouslyThroughMJP2

    Joined:
    Mar 29, 2008
    Member:
    #5597
    Messages:
    5,237
    Gender:
    Male
    First Name:
    Adam
    Denver, Co
    Vehicle:
    16 TRD OR DCSB Quicksand
    This is my opinion...
     
  9. Jun 21, 2010 at 3:58 PM
    #9
    TacticalTaco

    TacticalTaco Active Member

    Joined:
    Jun 10, 2008
    Member:
    #7221
    Messages:
    25
    Victoria, BC
    Vehicle:
    O8 V6 4X4
    Never heard anyone say C was easy ... Kind of funny too since C++ is C with some extensions.

     
  10. Jun 21, 2010 at 7:31 PM
    #10
    toast

    toast Well-Known Member

    Joined:
    Feb 16, 2009
    Member:
    #13673
    Messages:
    234
    Gender:
    Male
    I had to simulate an OS in C in my senior year. Was like 2 or 3k lines. I wanted to kill myself.

    EDIT: I'm not much for more complex procedural programming. Understandably it's fast but so incredibly time consuming when you are forced to use like 1 or 2 headers and have to write the rest by hand. Excruciating to do that.
     
  11. Jun 21, 2010 at 8:06 PM
    #11
    deadbolt

    deadbolt [OP] do w3rk!

    Joined:
    Mar 14, 2008
    Member:
    #5289
    Messages:
    2,973
    Gender:
    Male
    Socal
    Vehicle:
    08 Dbl Cab 6spd 4x4 TRD Off Road
    Black Headlights, HIDs, Tinted Fogs, Powdercoated Black Wheels, 5100s @ 2.5", Diff drop, AFE Exhaust, AFE Stage 2 Intake, Black Emblems/Grille, LED Tail lights, 265/75/16s Good Year Duratracs
    It looks like more people are leaning towards java being easier.
     
  12. Jun 22, 2010 at 6:27 AM
    #12
    EEtaco

    EEtaco Well-Known Member

    Joined:
    Feb 22, 2009
    Member:
    #13917
    Messages:
    242
    Gender:
    Male
    North Carolina
    Vehicle:
    09 V6 Prerunner
    ^x2!

    I shot myself in the foot a few times because I would use the wrong memory address for an operation and crash my program. :( Pointers in C++ can be really helpful, but also make your life hell.
     

Products Discussed in

To Top