Thread: how do you handle all your headers?

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    913

    how do you handle all your headers?

    how do you guys handle all your headers.

    i mean when you make a usefull .c file and make a .h for what do you do after?

    i was thinking about making them into static libraries. i tried using a env variables in my include but that didnt work. now im thinking in /usr/include i could make a link to my home folder with them.

    my problem is some of my headers need my other headers, if i make them into object files will anything get mixed up? will i be wasting space? will it always work?

    how do you guys deal with yours? i posted it here since i really dont want to deal with windows .dlls.

    thanks

    [edit] i forgot to add, can gcc look in a seperate dir for object files? i know of the command line option put is there a file or env variable i can edit so it always looks there.
    [/edit]
    Last edited by mart_man00; 06-16-2003 at 03:20 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting other processes class names
    By Hawkin in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2008, 04:02 PM
  2. Direct3D problem
    By cboard_member in forum Game Programming
    Replies: 10
    Last Post: 04-09-2006, 03:36 AM
  3. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  4. Headers that use each other
    By nickname_changed in forum C++ Programming
    Replies: 7
    Last Post: 10-03-2003, 04:25 AM
  5. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM