Thread: Where to start reading code

  1. #1
    Registered User
    Join Date
    Oct 2008
    Posts
    1

    Where to start reading code

    I've been a Unix admin for many years and I've recently decided I'd like to get into C (and later C++) software development. I have a solid understanding of the C language itself and a modest knowledge of software development principles, data structures, design patterns and Unix interprocess communications. I have collected and read quite a bit of programming literature; however, I have yet to actually write or read any programs longer than about 5 pages of code.

    Can anyone suggest some small, yet real-world opensource programs to start out reading and/or possibly contributing to? The program should employ as few special libraries as possible, so that I don't get bogged down in and discouraged by the amount of new libraries to learn. Ideally, it would also be a perfect model of good programming style, with the proper amount of code comments, and few "clever tricks" to confuse me. It would be a nice bonus if the program is well known and is a standard part of linux/unix distros.

    I would greatly appreciate any suggestions. Thank you for your time!

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    I'd say go for what interests you or what you need, no matter the complexity. It does you no good if you can understand a program if you're not motivated to do it.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Adventures in labyrinth generation.
    By guesst in forum Game Programming
    Replies: 8
    Last Post: 10-12-2008, 01:30 PM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Next Question...
    By Azmeos in forum C++ Programming
    Replies: 3
    Last Post: 06-06-2003, 02:40 PM
  4. << !! Posting Code? Read this First !! >>
    By kermi3 in forum Game Programming
    Replies: 0
    Last Post: 10-14-2002, 01:27 PM
  5. << !! Posting Code? Read this First !! >>
    By biosx in forum C++ Programming
    Replies: 1
    Last Post: 03-20-2002, 12:51 PM