Thread: Larger project management in C.

  1. #1
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212

    Larger project management in C.

    Are there any books or websites that detail good technique to use when making larger projects in C? Specifically layout of files, functions etc.

    Most of my projects are little tools and when I come across larger projects with complicated makefiles and directories full of source files I often don't know where to start.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Hmm, the only good book on large scale design that I know of focuses on C++, but the lessons are useful for C as well. You might find Code Reading by Diomidis Spinellis handy as well, though how to design for large programs isn't really the intent of that book.
    My best code is written with the delete key.

  3. #3
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Thanks, I'll take a look.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  2. MFC in an empty project
    By cunnus88 in forum Windows Programming
    Replies: 0
    Last Post: 10-09-2005, 09:19 AM
  3. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM
  4. Project Menu Function output
    By Ryan_P in forum C++ Programming
    Replies: 1
    Last Post: 11-06-2002, 04:58 PM