Beginning C Programming

Discussion in 'C' started by superfoopy, Sep 23, 2006.

  1. superfoopy

    superfoopy New Member

    Joined:
    Sep 23, 2006
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Alright, so before I got on these forums I though I knew how to program pretty well, but I don't understand any of this computer talk. I want to learn to program well. Can anyone help me start programming?
     
  2. Aztec

    Aztec New Member

    Joined:
    May 9, 2006
    Messages:
    90
    Likes Received:
    0
    Trophy Points:
    0
    Get a good book and start discussing in forums.
     
  3. redgiant

    redgiant New Member

    Joined:
    Oct 9, 2006
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    to learn programming (precisely programming in small), you need three things:
    1. knowledge of data structure (eg array,linked list ,tree and
    hash table are sufficient to a large extent)

    2.knowledge of algorithm (eg searching(linear and binary) and sorting(merget sort etc) are sufficient

    3. through knowledge of one programming language. I suggest to start with C.

    For an overall view on programming a book called practice of programming by kernighan and pike is
    very good in my opinion.
     

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