C++ vs. Java

Discussion in 'Programming' started by mark123456, Sep 9, 2007.

  1. akula

    akula Peon

    Messages:
    689
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #21
    :p

    ..................................
     
    akula, Sep 19, 2007 IP
  2. tomilan

    tomilan Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    I think C++ is easier to learn than java/:cool:
     
    tomilan, Sep 21, 2007 IP
  3. worldman

    worldman Notable Member

    Messages:
    3,337
    Likes Received:
    261
    Best Answers:
    0
    Trophy Points:
    225
    #23
    Maybe we should have a poll on this to see what is the general thought on both.
     
    worldman, Sep 23, 2007 IP
  4. mark123456

    mark123456 Peon

    Messages:
    786
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #24
    thanks for the advice akula, i got the book..i also picked up SAMS Learn C++ in 24 Hours...has anyone had positive or negative experiences with that resource?
     
    mark123456, Sep 23, 2007 IP
  5. comboy

    comboy Well-Known Member

    Messages:
    328
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #25
    To learn Programming:
    1. Learn how to program, not learn a particular language.
    2. Learn to think, brainstorm...
    3. Learn technology like OOP technique (start with Smalltalk), Functional Programming (LISP), Logic Programming(Prolog). Then self-study all others language.
     
    comboy, Sep 24, 2007 IP
  6. akula

    akula Peon

    Messages:
    689
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #26
    Did you skip reading the original post?
     
    akula, Sep 25, 2007 IP
  7. seoworld1234

    seoworld1234 Peon

    Messages:
    102
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Java is better
     
    seoworld1234, Sep 26, 2007 IP
  8. mark123456

    mark123456 Peon

    Messages:
    786
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #28
    yeah im finding Java to be the easier language so far but im excited about C++s potential as well..Akula the book was great thanks
     
    mark123456, Sep 29, 2007 IP
  9. latino_heat

    latino_heat Guest

    Messages:
    184
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #29
    java is best

    c++ DEAD ONLY LEFT FOR BASIC LEARNING
     
    latino_heat, Sep 29, 2007 IP
  10. Andrei P.

    Andrei P. Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #30
    I strongly suggest the .NET Framework. You can learn any of the languages of the .NET, but you'll probably want to stick to C# because of the syntax that is similar to C++.
    By learning C# you'll be able to develop ASP.NET websites and Windows applications. C# and ASP.NET developers are also paid better than most of the other programmers.

    Google, by the way, uses C# along with other technologies.
     
    Andrei P., Sep 29, 2007 IP
  11. ziogas

    ziogas Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #31
    I'm standing for c++
    Java just too expensive, i mean it need more resources, of course with simple apps this is no problem but creating more complex code everytime c++ is better solution, although it is a little too complex sometimes
     
    ziogas, Sep 30, 2007 IP
  12. Meth_

    Meth_ Well-Known Member

    Messages:
    1,063
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    140
    #32
    Java is easier to learn and multi-platform
    C++ is more powerful

    I chose C++ for college personally
     
    Meth_, Sep 30, 2007 IP
  13. worldman

    worldman Notable Member

    Messages:
    3,337
    Likes Received:
    261
    Best Answers:
    0
    Trophy Points:
    225
    #33
    More programs use C+ anyways. What makes Java better I would like to know?
     
    worldman, Sep 30, 2007 IP
  14. mark123456

    mark123456 Peon

    Messages:
    786
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #34
    its C++..., and so far Java has been easier for me to program in
     
    mark123456, Sep 30, 2007 IP
  15. afham07

    afham07 Active Member

    Messages:
    182
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #35
    IMHO, C# is something like Visual Basic where u just drag and drop to design interface, and a lil bit of coding to make the buttons, texts are working while C++ is a programming language the needs much much coding.

    The other, C# comes with integrated interface while C++ not. You need other tools to design c++ interface.

    that my humble opinion after 3++ years in programming. :)
     
    afham07, Oct 2, 2007 IP
  16. ShiftChip

    ShiftChip Well-Known Member

    Messages:
    365
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    #36
    Currently the AP courses offered in the us are java. They switched over to java about 4 years ago?
    BTW: C++ use to be the better, but in recent years java has past all of its "flaws".
     
    ShiftChip, Oct 2, 2007 IP
  17. webmaster_TSU

    webmaster_TSU Peon

    Messages:
    449
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #37
    When I went to school, we were taught C, C++ to start, but soon classes went to Java, especially to learn some OOP concepts.
     
    webmaster_TSU, Oct 2, 2007 IP
  18. Andrei P.

    Andrei P. Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #38
    It's not like that.
    C# has the advantage of the .NET Framework that makes things easier for the coder, however the syntax is very much like C++. Dragging buttons and other elements onto the form is the same convenience that you can have with C++, but the rest is coding as usual. You don't necessarily have to use Visual Studio .NET to compile C# applications, just like you don't have to use Visual Studio to compile C++ applications.
    The convinience with C# is that you have the framework which provides you a set of useful classes, but I wouldn't compare that with VB.

    VB.NET is the one that has a syntax that's similar to VB, and it's a good choice for programmers coming from a VB background.
     
    Andrei P., Oct 2, 2007 IP
  19. mark123456

    mark123456 Peon

    Messages:
    786
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #39
    i think c# has an easier syntax too..i heard that the for loops are different than what is used in java and c++..more straight forward
     
    mark123456, Oct 2, 2007 IP
  20. Andrei P.

    Andrei P. Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #40
    for(int i = 0; i < 5; i++)
    {
    // So it's the same thing :)
    }
     
    Andrei P., Oct 2, 2007 IP