Thread: compiler/linker output

  1. #1
    Unregistered
    Guest

    Question compiler/linker output

    im currently using the borland free compiler and i am brand new to c++ programming. i have looked in several different places to find out about what the .tds file is all about with no luck. what is the tds file for?

  2. #2
    Registered User Engineer's Avatar
    Join Date
    Oct 2001
    Posts
    125
    As far as I understand (but don't quote me on this) this is some dynamic symbols table or something of this kind.
    1 rule of the Samurai Code: if you have nothing to say, don't say anything at all!

  3. #3
    Unregistered
    Guest
    i have been thinking that this was maybe a file that the linker uses to link obj files (just a guess).

    tds (table dynamic symbols) you sound right on the money engineer, thankyou :-)

  4. #4
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    As a newbie...

    TDS's mean nothing, I used borland for 6 months and i had to look at a TDS once when i was working with linking to a asm source or something weird like that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help for my output array
    By qwertysingh in forum C Programming
    Replies: 1
    Last Post: 02-17-2009, 03:08 PM
  2. execl()/fork() output
    By tadams in forum C Programming
    Replies: 19
    Last Post: 02-04-2009, 03:29 PM
  3. Replies: 4
    Last Post: 11-30-2005, 04:44 PM
  4. Formatting output into even columns?
    By Uncle Rico in forum C Programming
    Replies: 2
    Last Post: 08-16-2005, 05:10 PM
  5. Output problems with structures
    By Gkitty in forum C Programming
    Replies: 1
    Last Post: 12-16-2002, 05:27 AM