Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: Java or C++?

  1. #21
    Senior Member
    Join Date
    Aug 2001
    Posts
    110
    Go for C. It's a must language for all programmers.
    Listen closely to your enemies. They tell you your faults.

  2. #22
    Senior Member
    Join Date
    Jan 2002
    Posts
    1,207
    If you're trying to learn programming I think neither Java nor C++ is ideal for a first choice.

    Ideally something like Pascal with strong types and clear syntax which makes sense in English (assuming English is your first language).

    The problem is, the C syntax sucks.

    I like and use both Java and C++ but I'm sure there are easier languages to learn.

    Ultimately programming in Java is easier, as there is a lot more safety in the environment, the compiler is more fussy and the JVM does a lot of stuff for you, but there is more scope in C++ (embedded software, games etc) and C++ performs a bit better under most circumstances.

  3. #23
    Senior Member cwk9's Avatar
    Join Date
    Feb 2002
    Posts
    1,207
    I would say get a taste for c++ then learn a little java and see witch one you like best.

    oh ya Duke c rules
    Its not software piracy. I’m just making multiple off site backups.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •