Thread: What's up with Java programmers, anyway?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by cyberfish
    casting to smaller types ("if (a = 5)")
    Perhaps more accurately, implicit conversion to types with a smaller range, since one can still type cast explicitly, or in your example, write "if ((a = 5) != 0)" (though either way it looks like a (potential) bug to me ).
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  2. #2
    Complete Beginner
    Join Date
    Feb 2009
    Posts
    312
    Has C++ just made us better programmers - more inquisitive, pushing our minds to the limits, always searching for better insight, while Java programmers brains turn to jell-o due to non-exposure to the 'low-level details'?
    Java, being a RAD language, attracts sloppy people. Additionally, more "inquisitive" programmers will soon turn to more sophisticated languages.

    "Java is C++ without the guns, knives, and clubs."
    -- James Gosling

    Greets,
    Philip
    All things begin as source code.
    Source code begins with an empty file.
    -- Tao Te Chip

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. java for c++ programmers book
    By qwertiop in forum Tech Board
    Replies: 3
    Last Post: 05-18-2007, 03:17 PM
  2. C#, Java, C++
    By incognito in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 10-05-2004, 02:06 PM
  3. Do programmers still like Java ?
    By dot_rain in forum Tech Board
    Replies: 3
    Last Post: 11-23-2003, 09:44 AM
  4. Calling all Java programmers...
    By face_master in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 04-14-2002, 05:43 AM
  5. Programming Puns
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 44
    Last Post: 03-23-2002, 04:38 PM