Thread: C tutorials

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    1

    Question C tutorials

    Hi all

    I am new C programming lanaguage, I can do shell scripting for bash, VB and a bit of pascal.

    I am currently looking for Online C tutorials to get me going with programming in C on my Linux system.

    By the way I am anti-Micro$oft so therefore I do not use Windows or micro$oft products. Please do not reply anything that is only for Windows.

    Vincent

  2. #2
    .........
    Join Date
    Nov 2002
    Posts
    303
    The FAQ here has some amazing information that I have not seen anywhere else, but it is not a tutorial from the ground up. Here are a few others that I've seen.

    This is good and starts from the ground up
    http://www.cs.cf.ac.uk/Dave/C/CE.html

    This is great, it's like a huge FAQ
    http://www.eskimo.com/~scs/C-faq/top.html

    This is good and starts from the ground up
    http://www.iota-six.co.uk/c/default.asp

    Socket stuff
    http://www.ecst.csuchico.edu/~beej/guide/net/


    This has some fun stuff on linked lists, im currently reading this
    http://cslibrary.stanford.edu/

    For function-pointers(I havent read this yet but I heard its good)
    http://www.function-pointer.org

    Pointer tutorial, really really good, Ive read up to chapter 9, its awesome
    http://pweb.netcom.com/~tjensen/ptr/pointers.htm

    You should really buy a book also. The C Programming Language is really good, in fact I just got it myself since I finished reading the other book on C I had. It has stuff in it that my other book did not have so it is definitely a good book.

  3. #3

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 04-06-2007, 05:10 PM
  2. Why don't the tutorials on this site work on my computer?
    By jsrig88 in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2006, 10:39 PM
  3. Wiki for Tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 08-16-2005, 03:03 PM
  4. CProgramming.com should update their tutorials.
    By PorkyChop in forum C++ Programming
    Replies: 17
    Last Post: 09-19-2004, 10:51 PM
  5. Best way to organize tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 05-30-2004, 04:41 AM