Thread: custom library

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    380

    custom library

    I would like to if I have the basic understanding of creating a custom static library correct.

    So headers files contain struct and function prototypes while source files contain function definitions and variables.

    Using the Borland IDE I would include myheader.h and main.c
    in my project?

  2. #2
    Registered User
    Join Date
    Sep 2001
    Location
    Fiji
    Posts
    212
    yeah!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating a custom library
    By officedog in forum C Programming
    Replies: 3
    Last Post: 11-11-2008, 10:33 AM
  2. Custom Console Library
    By asbo60 in forum C++ Programming
    Replies: 4
    Last Post: 05-02-2008, 01:03 AM
  3. Using C++ Standard library to generate custom Vectors?
    By Zeeshan in forum C++ Programming
    Replies: 8
    Last Post: 04-04-2008, 09:34 AM
  4. Problem with custom shared library
    By soothsayer in forum C Programming
    Replies: 3
    Last Post: 05-24-2006, 12:48 PM