Thread: confused???

  1. #1
    Unregistered
    Guest

    Arrow confused???

    How do you redirect a file to be used in another file..... like for example if I would like to use a program.h in a program.c ????

  2. #2
    Registered User cody's Avatar
    Join Date
    Sep 2001
    Posts
    86
    Try a #include "program.h" in your programm.c

    And while you're doing this, read a manual or FAQ or somethin'

    Aloa
    cody
    #include "reallife.h"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Confused with array size
    By desmond5 in forum C Programming
    Replies: 4
    Last Post: 12-04-2007, 05:14 PM
  2. New to C++ and confused by boolean and ifs and else
    By jconner in forum C++ Programming
    Replies: 10
    Last Post: 08-02-2006, 03:29 AM
  3. So Now Im getting confused?!?!?
    By zergdeath1 in forum C++ Programming
    Replies: 11
    Last Post: 03-06-2004, 05:41 PM
  4. confused.. in selecting my line of deapth
    By jawwadalam in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 05-04-2003, 01:21 PM
  5. Extern Question, really confused
    By SourceCode in forum C Programming
    Replies: 10
    Last Post: 03-26-2003, 11:11 PM