Thread: Programming newbie

  1. #1
    Registered User
    Join Date
    Nov 2012
    Posts
    5

    Programming newbie

    Hi guys, I have been practicing programming for a month already with python, however I want to learn the C language because my friends say its a more powerful language but the learning path is not easy, and they suggested me the K&R book. My question is, is the K&R book advisable for newbies like me in learning the C language? Suggestions are greatly appreciated.THANKS

  2. #2
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    Quote Originally Posted by kills101 View Post
    Hi guys, I have been practicing programming for a month already with python, however I want to learn the C language because my friends say its a more powerful language but the learning path is not easy, and they suggested me the K&R book. My question is, is the K&R book advisable for newbies like me in learning the C language? Suggestions are greatly appreciated.THANKS
    First a general rule : when in any forum post in the appropriate thread.This is a C++ thread.The C thread is bellow it.

    No i wouldn't advice K&R for a beginner.If you search the forum you will find recommendations on books .

    Keep in mind that programming is not taught be reading books, it is taught be writing code,compiling debugging the errors that you are sure to have,then compile again, debug again and so on...

  3. #3
    Registered User
    Join Date
    Dec 2011
    Posts
    69
    You can find a good video programming series on C, by Mark Virtue. If one was to search on tpb 'VTC c programming' and get the series done by Mark Virtue, the would be pleasantly surprised. There's also a good book called 'Charles Petzold - Programming Windows' which is very good. But you will need to know the basics first...

  4. #4
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    Just a help : Here they recommend books :Programming Book and Product Reviews

  5. #5
    Registered User
    Join Date
    Nov 2012
    Posts
    5
    thanks for sharing your suggestions and corrections won't happen again

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. can anyone help newbie in c programming
    By tears04 in forum C Programming
    Replies: 6
    Last Post: 08-11-2010, 12:44 PM
  2. Newbie at programming (for now) and in need of help
    By cleepy in forum C Programming
    Replies: 19
    Last Post: 10-30-2008, 02:40 PM
  3. newbie on programming
    By FRO212 in forum C++ Programming
    Replies: 5
    Last Post: 04-19-2007, 09:13 PM
  4. Newbie to Programming.
    By Indifferent in forum C Programming
    Replies: 5
    Last Post: 04-11-2006, 01:59 PM
  5. New to programming: newbie ??'s
    By ndbrown21 in forum C Programming
    Replies: 6
    Last Post: 06-09-2003, 03:16 AM