Thread: where to find good c programming tutorials?

  1. #1
    Registered User
    Join Date
    Dec 2009
    Posts
    24

    where to find good c programming tutorials?

    i want to learn c programming.so please tell me some good online tutorials to learn c.i follow c tutorials on this site .

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    First, I'd d/l a handy graphic with the ascii tables on it, and then google C programming tutorials, and start off. You've read our FAQ through?

    I haven't seen any C tutorials on line, that a beginner couldn't learn from. What's best for one student, isn't best for another, so "best" is something you'd have to be the judge of.

  3. #3
    Just a pushpin. bernt's Avatar
    Join Date
    May 2009
    Posts
    426
    I definitely agree - take a look at all the tutorials and see if one works for you. But most importantly, PRACTICE. You can't just read a C tutorial and expect to know C. Just like any class, you'll have to do a bit of work. Set some goals, write a few programs, and don't be afraid of errors. Don't ever be afraid of errors.

    As for my recommendation, you can't beat the classics: The C Programming Language (Amazon.com: C Programming Language (2nd Edition) (0076092003106): Brian W. Kernighan, Dennis M. Ritchie: Books) is my favorite introduction and you'll learn more than just C syntax (although it is a bit dated...).

  4. #4
    Registered User
    Join Date
    Feb 2010
    Posts
    11
    And if you are a newbie reading through K&R, it might be handy to do so with these extra notes by your side.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A good tutorials of Linked List
    By whichet in forum C Programming
    Replies: 4
    Last Post: 11-27-2007, 03:06 AM
  2. Know of any good Boost::Thread tutorials
    By indigo0086 in forum Tech Board
    Replies: 1
    Last Post: 06-28-2007, 11:01 AM
  3. I have SDL, where could I find some 2D tutorials?
    By Golden Bunny in forum C++ Programming
    Replies: 1
    Last Post: 04-13-2002, 01:54 PM
  4. Anybody know of any good visual C++ tutorials
    By geekfrog in forum C++ Programming
    Replies: 1
    Last Post: 04-04-2002, 08:04 AM
  5. Good Windows Tutorials
    By BubbleMan in forum Windows Programming
    Replies: 1
    Last Post: 08-17-2001, 02:23 AM