My compiler (Borland C++ 5.5) creates OBJ and TDS files.
What're these files ? What's their use ?
I see that OBJ files are also created by QBASIC, PASCAL
and most other compilers that make EXEs
What can we do with these files ?
This is a discussion on OBJ TDS files .. what are they ? within the C++ Programming forums, part of the General Programming Boards category; My compiler (Borland C++ 5.5) creates OBJ and TDS files. What're these files ? What's their use ? I see ...
My compiler (Borland C++ 5.5) creates OBJ and TDS files.
What're these files ? What's their use ?
I see that OBJ files are also created by QBASIC, PASCAL
and most other compilers that make EXEs
What can we do with these files ?
when the compiler compiles the code, it creates obj files that are later linked together into the exe or dll or whatever...