Java or C++

honeyclarck

honeyclarck

@honeyclarck-td7AkD Oct 23, 2024
I am beginner in this field. I want to learn programming. So suggest me where i can start?

Java
or
C++

Which is easier to understand or they relate each other or not? I start first Java or C++.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jan 22, 2012

    honeyclarck
    I am beginner in this field. I want to learn programming. So suggest me where i can start?

    Java
    or
    C++

    Which is easier to understand or they relate each other or not? I start first Java or C++.
    Start with C programming if you're totally new to programming. If you know programming and wondering which one would be easier between Java & C++, then the best way to figure that out is through trying to learn both the languages. Upon grabbing the basics, you'll know your answer.

    We can't tell you which one is easier for 'you'.
  • simplycoder

    simplycoder

    @simplycoder-NsBEdD Jan 23, 2012

    honeyclarck
    I am beginner in this field. I want to learn programming. So suggest me where i can start?

    Java
    or
    C++

    Which is easier to understand or they relate each other or not? I start first Java or C++.
    Experts nowadays suggests to start with C#. Its a good and a solid language with lot many resources.
    Particularly I found that its not difficult to manage. Generally I advise newbies to focus more on core concepts like logic and clean coding. Then next step is OOP.

    I think language to begin with should be good and shouldnt hamper the core concepts of learning.
    If you want to deal in with web apps or websites, java or c# is a good way to start. Once you get good grip, next is learning .NET framework.

    Dont bother much on language or technology, pick any one which has OOP and focus on logic,design and OOP in this order. Then study the data-structures and algorithms(You would use these even before you think of studying it deeply), but its a must for any programmer who wants to be efficient.
  • Anoop Kumar

    Anoop Kumar

    @anoop-kumar-GDGRCn Jan 23, 2012

    First build your logic in C/C++.
    next build your Object Oriented concepts .
    Next your choice C++/Java/C#.
    Once you are well verse with OOP programming you can do programming any language.
    For fun watch video on youtube java vs .net 😉
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jan 23, 2012

    C++ forms the basic... But you should know C first... As everyone have said, start with C, then move on to C++ and OOPS and then come to Java...
  • Arnav Joshi

    Arnav Joshi

    @arnav-joshi-faqqJ8 Jan 24, 2012

    And if you decide to start with C programming. Make sure to read from the book from the creators of C - Kernighan and Ritchie .
    <a href="https://en.wikipedia.org/wiki/The_C_Programming_Language" target="_blank" rel="nofollow noopener noreferrer">The C Programming Language</a> . Apart from the 8th chapter most of the programs will work on Linux systems.