c programming

Discussion in 'C' started by debra, Mar 8, 2011.

  1. debra

    debra New Member

    Joined:
    Mar 8, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    i am a new student to c programming and please help me with the basics of this language. i never did programming before
     
  2. Ann_beginner

    Ann_beginner New Member

    Joined:
    Apr 10, 2011
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    the best way to learn any programming language is to practice. So jus go on practicing simple programs....and gradually increase the difficulty level in your programs.
     
  3. abhas

    abhas New Member

    Joined:
    Apr 10, 2011
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    for good practise you can visit projecteuler.net.
     
  4. DocSavage

    DocSavage New Member

    Joined:
    Apr 9, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    As much as I love programming in plain C, I would never recommend C as a first programming language, to anyone. C has some very advanced concepts that would be better learned by starting with something like one of the many dialects of BASIC.
    Learning C and C++ is an advanced programming topic.

    Many, many years ago, when I first set out to learn C, (I was already an accomplished Basic and Assembly language programmer), I became so frustrated with C that I actually gave it up for ten years until I felt I was ready to attempt it again.
    Conversely, I would never discourage someone from learning any programming language, even C. I just wouldn't recommend that you learn programming by learning C.
    First, learn how to program.
    Then, when you have mastered programming concepts, then learn C.
    IMHO.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice