monit
+ Reply to Thread
Results 1 to 4 of 4

Thread: c programming

  1. #1
    Join Date
    Sep 2012
    Posts
    3

    c programming

    i wanna learn it.how can i do this fast.

  2. #2
    Join Date
    Aug 2012
    Posts
    17
    Google for "Learning C The Hard Way" -- probably the quickest possible (but it will still take time to get good).

  3. #3
    Join Date
    Sep 2014
    Posts
    16

    Talking

    If you want to create any kind of software, you first have to learn programming in general.

    Your first step should be to get a good book that teaches you the fundamentals. A good book to start is:

    http://www.ibiblio.org/obp/thinkCS/

    (I strongly recommend the python version here)

    This book is so well because it does not waste time teaching you a specific language or libraries but concentrates you on how to program.

    Then you need to learn object oriented programming. A good book that does this is this book about Java:

    "Thinking in Java"
    http://mindview.net/Books/TIJ4

    and you need to know about low level programming. Here, I recommend this book:

    "The C Programming Language"
    http://www.amazon.com/exec/obidos/tg/det...

    And then, to become a really good hacker, you will have to read this one:

    "Structure and Interpretation of Computer Programs"
    http://www.amazon.com/Structure-Interpre...

    there is a free online version here:

    http://mitpress.mit.edu/sicp/

    IMPORTANT: Beside all the reading, you have to constanly read other programs and write your own code. These three things are pretty much equally important to make fast progress: reading books, writing code and understanding other peoples code.

    As an somewhat alternative route, Peter Norvig, one of the greatest thinkers of our time, has set up a document a while ago that teaches a good way to become a good programmer:

    "How to become a programmer in *0 years"
    http://www.norvig.com/2*-days.html

  4. #4
    Join Date
    Mar 2016
    Posts
    5
    I am new and i wanna also learing c programming please give me some s***estion about c programming..

    http://codecanyon.net/item/wp-interactive-voice-response-ivr/*4528*76
    Last edited by Roseangel; 03-18-2016 at 07:06 AM.

+ Reply to Thread

Similar Threads

  1. Should learn programming?
    By martin8411 in forum Programming
    Replies: 15
    Last Post: 07-18-2018, 03:12 AM
  2. Programming Project Help
    By blacksabbath in forum Programming
    Replies: 0
    Last Post: 10-24-2008, 05:49 PM
  3. programming
    By icepik1234 in forum Programming
    Replies: 1
    Last Post: 04-18-2007, 03:12 PM
  4. Programming
    By TelMeDragon in forum Programming
    Replies: 9
    Last Post: 10-24-2006, 06:25 PM
  5. Programming.
    By Sintacks in forum Internet Privacy
    Replies: 3
    Last Post: 07-23-2006, 01:20 PM

Posting Permissions

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