This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Projects for beginners


    It also effectively sets those dependencies in concrete. If, for any
    reason, the dependencies change for a particular header, you have to
    change all sources that include it.

From a conceptual point of view, you do anyway.  A header is a specification
of something which is implemented in a .c file.  If the specification
of something changes, you have to look at all callers to make sure they
reflect the change of specification.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]