Share via


After HTML and Javascript, C++

Surprising factoid: after HTML and Javascript, C++ is the language most used by non-professional developers (including students, hobbyists, etc.). This based on some of our internal research over the past 4 years (statistically significant sample, but US-only). I would have expected VB or maybe a dynamic language. Or even C (which showed up much farther down the list).

Well, at least it surprised *me*.

Comments

  • Anonymous
    May 25, 2006
    The comment has been removed
  • Anonymous
    May 25, 2006
    Hi John,

    I think it would be interesting to slice those statistics a little bit more. What is the breakdown across languages where the platform being used is exclusively Windows?

    Does that change it much?
  • Anonymous
    May 25, 2006
    You obviously forgot that Linuxites are all C++ hobbiest.
  • Anonymous
    May 25, 2006
    The comment has been removed
  • Anonymous
    May 25, 2006
    Dennis, I don't remember the exact numbers, but VWD and VB Express were the two top-downloaded products. Following a ways behind were C++ and VC#. A long way behind that was VJ#.
  • Anonymous
    May 25, 2006
    Mitch, I don't think it's a platform thing -- I think Dennis's analysis is right: C++ is still the lingua franca across OSes and app styles and it's still the #1 language taught in most CS curricula. (I even think I read that C++ usage in academia is growing - evidently Java peaked and is now leveling off or even shrinking in academia.)
  • Anonymous
    May 26, 2006
    Hmmm. There was a time when it would have been FORTRAN, because that's what all scientists and engineers learned. Can you correlate this with their academic course work?
  • Anonymous
    May 26, 2006
    We have some data that shows the bulk of academic coursework in 4-year CS curricula is C/C++ (secondarily Java). 2-year coursework I think is VB and a few other languages.
  • Anonymous
    May 27, 2006
    I've done some browsing in course catalogs and campus bookstores in the Seattle area.  My experience confirms the data that John provides.  I am also not surprised about the breakdown of VS 2005 Express Edition downloads, but knowing the actual ranking is helpful.  

    I also see a tendency of satellite campuses to lean toward the same mix as community colleges.  

    [My short list of great college bookstores consists of the University Bookstore (main Seattle store, hometown advantage [;-), the Stanford University Bookstore on the Ave in Palo Alto, and the Columbia University Bookstore up Broadway.  This is not based on a large sample.  My preferred shopping for their required textbooks is actually amazon.com, especially the used & new third parties, which can beat campus bookstore prices quite handily.]

    Oh: To my surprise, C and Fortran are still taught at the college level in engineering-related courses.  But the U of W Fluency in Information Technology uses HTML and JavaScript (perfect for VWD) and I see Squeak being used in a course or two.  I think I saw Scheme, Python and Ruby too, but I wasn't paying careful attention to those.
  • Anonymous
    May 27, 2006
    PingBack from http://www.annezelenka.com/2006/05/links-for-2006-05-26
  • Anonymous
    May 28, 2006
    After trying to learn C++ on a Mac and running into all kinds of compiler problems (I have no doubt they were small problems, but to a beginner they were show stoppers), I broke down and switched to Java (with Eclipse for the IDE) and am sailing.  So, at least for me, OS/platform had some bearing on my choices.  That said, as soon as I feel comfortable with Java, I'm going to go try tackling C++ again - because it does appear to be the lingua franca.
  • Anonymous
    June 01, 2006
    I think it's a prestige thing.  C++ is considered by many to be the language that "real programmers" know, whether that's deserved or not.  When you tell someone that you write C++, you often times get that "wow" look.

    So its possible that people might have been lying on the survey to look more impressive, or they're trying to learn it so they can look impressive to others.