Thread: Conflicting Header Files

  1. #16
    Registered User
    Join Date
    Aug 2003
    Posts
    288
    i didnt i was just using the 2 headers as an example to show you guyz whati wanted to do in easy form...

    the actual code is like this:

    i have 1 header which includes 4 headers
    the 4 headers have 4 .c implementations

    the program is basically a custom class i use to create controls on my other programs

    So i want to make it a LIB so that i can link Class.LIB into my other programs and easily use the functions to add my custom and AMAZING controls

    Arent I so modest

  2. #17
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Ah, I see. Misunderstanding I usually just include the headers instead of making .LIB's anyways, so I can custom-tailor the code to my specific needs on each program. Besides which, I don't know how to make .LIB's, and I'm too lazy/proud to learn
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  3. #18
    Registered User
    Join Date
    Aug 2003
    Posts
    288
    Well i would add the header files and source files but it just makes it look messy, i like neat code

    Besides, a LIB would make it much easier, since my custom controls are nearly finished, Id be able to use them much faster/easier using a LIB compared to adding 8 header/source files each time

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. classes and header files
    By Drake in forum C++ Programming
    Replies: 8
    Last Post: 11-30-2006, 07:12 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. more header files
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 10-28-2001, 01:56 PM