Closed Thread
Page 1 of 12 12311 ... LastLast
Results 1 to 10 of 115
Like Tree1Likes

Thread: Is it worth learning C now?

  1. #1
    Kaabi Guest

    Is it worth learning C now?

    With C++ out, and it's OOP, is it worth learning C anymore? From what I've read, C++ is, well, better, and I want to learn a programming language. Should I just forget about C and go with C++?

  2. CODECALL Circuit advertisement

     
  3. #2
    Jordan Guest
    I wouldn't waste much time learning C. If you learn C++ you also learn C. C++ is the better language.

  4. #3
    Kaabi Guest
    That's what I thought. And they are so similar, it really is pointless studying them separately.

  5. #4
    Jordan Guest
    I agree. Learn ANSI C++ and then move on to application programming. Are you learning for Windows, Linux, Mac or other?

    Once you learn ANSI C++, you have learned C as well.

  6. #5
    MrDiaz is offline Learning Programmer
    Join Date
    Jul 2006
    Posts
    65
    Rep Power
    0
    hmm not quite my friends. C is still a major language, and the difference is that is a low level programming language. It works pretty much as assembly, directly with the processor.

    Why do you think Operating Systems are written using C and not other language. Using C you get to control more the memory management of your operating systems as well as more directly the flow of your application. There are many things why you should learn C is that what you really are aiming for.

    So it depends on what your goal is and where you're heading at in your professional life.

    Hope that helps,
    CurlyBonesHopkins likes this.

  7. #6
    Void's Avatar
    Void is offline Programming Expert
    Join Date
    Jun 2006
    Posts
    410
    Rep Power
    23
    Quote Originally Posted by MrDiaz
    hmm not quite my friends. C is still a major language, and the difference is that is a low level programming language. It works pretty much as assembly, directly with the processor.

    Why do you think Operating Systems are written using C and not other language. Using C you get to control more the memory management of your operating systems as well as more directly the flow of your application. There are many things why you should learn C is that what you really are aiming for.

    So it depends on what your goal is and where you're heading at in your professional life.

    Hope that helps,
    Thats all true. I still agree with Jordan though. If you spend your time learning C++ you will learn C as well. It'd be better learning C++ then switching back to C.
    Void

  8. #7
    MrDiaz is offline Learning Programmer
    Join Date
    Jul 2006
    Posts
    65
    Rep Power
    0
    well it all depends on the learner's ability, but usually. You do not learn to drive a car without learning how to ride a bike

  9. #8
    Kaabi Guest
    I stand by my position of learning only C++, although it couldn't hurt to try to learn some C alongside it to gain a further understanding of both languages.

  10. #9
    brackett is offline Programmer
    Join Date
    May 2006
    Posts
    192
    Rep Power
    22
    I think you should learn C, dabble in C++ - and then drop both. Unless you're writing an OS, or the next RDBMS*, C/C++ is more trouble than it's worth. Use a managed language, get finished in half the time with half the bugs.

    *Slight hyperbole. There are instances where C/C++ make sense. If you don't already know that you need it though, you almost assuredly don't.

  11. #10
    Kaabi Guest
    I thought you could use C++ for a lot of other things besides writing big stuff like operating systems or video games, people make applications with it too.

Closed Thread
Page 1 of 12 12311 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Smarty: Is it worth using?
    By Calgon in forum PHP Development
    Replies: 11
    Last Post: 12-10-2010, 09:51 AM
  2. How much is your body worth?
    By TcM in forum The Lounge
    Replies: 24
    Last Post: 10-16-2010, 12:19 PM
  3. Is html 5 worth it?
    By toxifyshadow in forum HTML Programming
    Replies: 8
    Last Post: 06-14-2010, 02:34 PM
  4. XML Is it Worth It? ?
    By jthom263 in forum Website Design
    Replies: 1
    Last Post: 04-17-2010, 07:39 AM
  5. Is it worth it? (University)
    By Phoenixz in forum General Programming
    Replies: 17
    Last Post: 02-18-2010, 01:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

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