Re: Header include order
From: EventHelix.com (eventhelix_at_hotmail.com)
Date: 11/20/03
- Next message: Christopher Benson-Manica: "Re: Documenting C Code"
- Previous message: Fred Ma: "Re: How [non]standard is gettimeofday?"
- In reply to: Derrick Coetzee: "Header include order"
- Next in thread: Richard Heathfield: "Re: Header include order"
- Reply: Richard Heathfield: "Re: Header include order"
- Reply: Moosebumps: "Re: Header include order"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Nov 2003 19:23:46 -0800
For header file includes
a.c file should always include a.h as the first file. That way
a.h will always be self sufficient and header file include order
will not matter.
The following article should help:
http://www.eventhelix.com/RealtimeMantra/HeaderFileIncludePatterns.htm
Sandeep
-- http://www.EventHelix.com/EventStudio EventStudio 2.0 - Generate Message Sequence Charts in PDF
- Next message: Christopher Benson-Manica: "Re: Documenting C Code"
- Previous message: Fred Ma: "Re: How [non]standard is gettimeofday?"
- In reply to: Derrick Coetzee: "Header include order"
- Next in thread: Richard Heathfield: "Re: Header include order"
- Reply: Richard Heathfield: "Re: Header include order"
- Reply: Moosebumps: "Re: Header include order"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|