4 responses to “Java or C++ for beginner/starting?”

  1. barkingdog21

    Java is the most used programming language out there. C I think could be learned first but harder to understand. C++ is almost the same as C but easier to understand in my opinion. If you want to impress people with knowledge learn C. If you want to do stuff do C++ or Java. If you are doing CompSci learn a Linux or Unix and be great at Shell programming a scripting.

  2. Belinda

    I just started a beginning programming class and the instructor told us that the computer science department chose for us to learn C++ as a beginning language because it makes one more marketable in the industry. In particular, he felt that learning C++ was more important than learning Java. I think he said Java was heading towards eventually being obsolete but I may have gotten that mixed up with some other language he was talking about. The instructor first started us out using Visual C++ but now he has the PC users using Putty. The following tutorial was for the first day of class in using Visual C++ (http://youtube/o2nZlBnCzFI). If you are using a PC, you can download a free version of Visual C++ (http://www.microsoft.com/express/Windows/) and try the tutorial out yourself. If you have an Apple, you can use Codeblocks C++ (http://www.codeblocks.org/downloads/26) but you’ll have to find another tutorial (maybe also on youtube).

  3. piperj01

    If you are going to be studying cs in college then you will get the chance there to learn several different languages. ‘Easy’ is subjective. It is ‘easier’ to write a hello world program in C than it is in Java, but you will find it easier to write a java program to put that same hello world into a web page. If you are interested in webpage based programming then go with java now… if you are interested in writing PC games with lots of graphics then go with C++. If you are interested in understanding how computers really operate at the low levels – at the intersection between sw and hw – then C is a great language and will prepare your head to study assembly code and micro-code later. Have fun!

  4. Wertle Woo

    C++ hands down and by far the singlemost common programming language in software development in general, and game development in particular. If you’re serious about programming, learn C++ and master designing software solutions with it. Don’t worry about learning extra languages. Learning a new language will be easy after you’re already a master of C++. Don’t bother learning C. It is unneeded unless you intend to maintain legacy C applications, and it will give you bad habits when you start doing C++.

Incoming search terms:

using c as a precursor to learning java