Find the answer to your Linux question:
Results 1 to 4 of 4
Hello, I am new to C programming. I have been working through some beginning programs that Gerard and others here in the forums have directed me to using some e-books. ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Location
    Chicago, IL
    Posts
    34

    C Tutorials

    Hello,

    I am new to C programming. I have been working through some beginning programs that Gerard and others here in the forums have directed me to using some e-books.

    I really need to have a good grasp of this language, and I am looking for some good tutorials.

    What tutorials and/or open source projects can I work on to improve my skills? I am looking for something where I can write code, read good code, and write more code. I am looking to learn by doing, and hopefully being able to make a valuable contribution to the open source community.

    Thank you,
    Jeff

  2. #2
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714
    You should be able to google around for C tutorials...for example here's one

    Programmingtutorials.com - Free Online Programming Tutorials

    To learn C, to really learn C, you should experiment as much as possible with the language and use the available tools such as gcc, gdb, nm, objdump as much as possible...

    The most important thing to learn, right now, is the gcc(gnu compiler collection) and here's a link to help you...

    An Introduction to GCC - Table of Contents

    Hope this helps...Gerard4143

  3. #3
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714
    Also try

    info binutils

    in your console to view the available tools and utilities for gcc

  4. #4
    Just Joined! garry_3peace's Avatar
    Join Date
    Oct 2008
    Posts
    67
    For tutorial I will recommend you "Sams Teach Yourself C in 24 Hours" by Tony Zhang. Although it s title mention only in 24 hours, but really, it is very a good one, it explain most of the basic C thoroughly. And the way it explains is easy to understand for me.

Posting Permissions

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