Thread: header files

  1. #1
    Unregistered
    Guest

    Question header files

    is header file compiled during build

  2. #2
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    No, unless you include it in a c/cpp file where the contents will be written into the c/cpp file.
    zen

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912

    As well as what King Zen (not being sarcastic - you're awesome) said.

    You can also adjust what is compiled with the #pragma hdrstp directive. This terminates the list of header files eligible for precompilation.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Checking array for string
    By Ayreon in forum C Programming
    Replies: 87
    Last Post: 03-09-2009, 03:25 PM
  2. #include header files or .cpp files?
    By DoctorX in forum C++ Programming
    Replies: 3
    Last Post: 12-23-2006, 12:21 PM
  3. classes and header files
    By Drake in forum C++ Programming
    Replies: 8
    Last Post: 11-30-2006, 07:12 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM