Thread: compilng, linking, make question

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    52

    compilng, linking, make question

    I'm using borlands compiler
    I have three files golf.h, golff.cpp, golfm.cpp
    How do I compile and link these files into one program?

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    52

    bump

    *bump*

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    I'm not sure what the actual commands are for Borland, but you could try something along the lines of:
    cc header.h file1.cpp file2.cpp file3.cpp

    P.S. Don't bump your threads, it's rude.

    -Prelude
    My best code is written with the delete key.

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    52
    ok thanks for the help

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linking question
    By guesst in forum C Programming
    Replies: 5
    Last Post: 04-18-2008, 10:14 PM
  2. General linking question
    By BrandonW in forum C Programming
    Replies: 5
    Last Post: 05-02-2007, 12:24 PM
  3. Win32 Common Controls in C++, how do i make and use them?
    By C+noob in forum Windows Programming
    Replies: 6
    Last Post: 01-09-2006, 11:53 AM
  4. a question that will make you think
    By DavidP in forum Game Programming
    Replies: 5
    Last Post: 11-18-2003, 05:19 PM
  5. Question about atheists
    By gcn_zelda in forum A Brief History of Cprogramming.com
    Replies: 160
    Last Post: 08-11-2003, 11:50 AM