Thread: How important is C really?

  1. #31
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    From my own personal experience:

    I don't know how many job listings explicitly call for a "C programmer", but as Mario F. said, there are definitely niche markets that require this knowledge.

    For myself, I develop code for embedded devices - but I also design the hardware that these chips will run on. Since the complexity of the software is fairly simple, relative to the complexity of writing computer applications, this likely falls more into an engineering toolset, rather than a programming toolset.

    Also, not a lot of compilers for these devices support C++ (although this support is steadily increasing of late).

    These two factors give me a preference for the C language. I'd prefer less abstraction and a lower level of control to help ensure my circuitry plays nicely with the code in the device.

    This relates to my "professional" interest in programming. I also have a "hobby" interest in programming, for which I also prefer C. But this is mostly for subjective reasons, rather than objective.

    So in short - you probably won't find much of a demand for C programmers in computer software development (though I don't know this for a fact), but there are definitely places where the usage of C is still alive and well (much to the chagrin of some of our more vocal critics of C on these forums).

  2. #32
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    Whoa, chagrin is a word O_o

    That's amazing. Lol thank you for teaching me something new

  3. #33
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    You're welcome. I haven't yet had an opportunity to use "slubberdegullion" on these forums, but that's probably a good thing.

  4. #34
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Matticus is just bucknutty for his esoteric words.

  5. #35
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Pardon for essoining this linguistic debate, but I fear I would be constulting with my meager presence and your wouldn't be able to hold your longanimity. No doubt you would discept at my ultracrepidariaty on the matter of linguistics.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  6. #36
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Quote Originally Posted by Mario F. View Post
    Pardon for essoining this linguistic debate, but I fear I would be constulting with my meager presence and your wouldn't be able to hold your longanimity. No doubt you would discept at my ultracrepidariaty on the matter of linguistics.
    I've taken the liberty to accentuate your perceptible monoglyphic erratum.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I need help with this please (IMPORTANT)
    By damha in forum C Programming
    Replies: 11
    Last Post: 04-06-2011, 10:30 AM
  2. For me is very important Please...
    By pitkini in forum C++ Programming
    Replies: 3
    Last Post: 07-26-2005, 02:49 AM
  3. &...how important?
    By CAP in forum C Programming
    Replies: 1
    Last Post: 07-16-2002, 02:02 AM
  4. Is it more important...
    By Betazep in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 06-09-2002, 05:01 AM
  5. it is important
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 04-01-2002, 06:03 PM