Thread: Hello, I am a newbie and so I have a newbie question;)

  1. #1
    Registered User
    Join Date
    Dec 2012
    Posts
    12

    Question Hello, I am a newbie and so I have a newbie question;)

    I recently started to get into programming and I understand the basics of the programming language. I figured I should get some experience with the C programming language and the others will be easy to learn. Right now I am reading the "C programming language Ansi C" by Brian Kernighan and Dennis Ritchie because they had such a high rating on amazon for beginners like me. I also want to get hands on experience and I was wanting if somebody would recommend me a open source project that uses C language. I am not at the level where I can contribute but I do certainly want to get my feet wet and have a look at the bigger picture.

  2. #2
    Stoned Witch Barney McGrew's Avatar
    Join Date
    Oct 2012
    Location
    astaylea
    Posts
    420
    It's probably a better idea to complete all the exercises in K&R2 and to take a look at the C standard first. Once you're fairly comfortable with the language, you could search for C repositories using a website like Github.

  3. #3
    Registered User
    Join Date
    Nov 2012
    Posts
    1,393
    You could look at the C Snippets Collection which are short implementations of various functions and programs released into the public domain. The official page is down, but there are mirrors available. One of them is here:

    Index of /snippets

    The archive includes a file STUDENTS.NFO which categorizes the programs according to difficulty for learning purposes. These snippets are not complete "projects" per se but they could be used as building blocks for your own project.

  4. #4
    Registered User
    Join Date
    Dec 2012
    Posts
    12
    Quote Originally Posted by Barney McGrew View Post
    It's probably a better idea to complete all the exercises in K&R2 and to take a look at the C standard first. Once you're fairly comfortable with the language, you could search for C repositories using a website like Github.
    Thanks for the quick response! I will go ahead and complete all of the exercises and check out C standard.

  5. #5
    Registered User
    Join Date
    Dec 2012
    Posts
    12
    Ok c99tutorial, I basically download the snip9707.zip file right and inside there are many different mini examples.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A newbie question...i think..
    By AbeMazur in forum C++ Programming
    Replies: 3
    Last Post: 02-24-2009, 12:34 PM
  2. C++ newbie question
    By Whiteghost in forum C++ Programming
    Replies: 9
    Last Post: 07-19-2008, 05:09 PM
  3. Newbie with Very Newbie Question
    By Jedi_Mediator in forum C++ Programming
    Replies: 18
    Last Post: 07-01-2008, 08:00 AM
  4. Newbie Question
    By AviB in forum C Programming
    Replies: 2
    Last Post: 10-03-2004, 10:32 AM
  5. C++ newbie / linux not so newbie question
    By goldmonkey in forum C++ Programming
    Replies: 7
    Last Post: 12-13-2003, 12:27 PM