answersLogoWhite

0


Best Answer

With TLIB.EXE.

TLIB mylib.lib /C /E +myfile1.obj +myfile2.obj ...

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create an own library in turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you create own library in C?

Compilation, linking, library-creation is not defined in the C-language standards, so it is platform-dependent. The core of it: create the objects modules, and find a library-creating utility (TLIB.EXE, ar, etc)


Does windows XP supports the turbo c plus plus graphics?

You should actually turn the question around: does the Turbo C++ graphics library support Windows XP? The answer is yes it does, provided you are using a version of Turbo C++ for Windows XP and above.


Major difference of turbo c and ansi c and its structures?

Turbo C is an earlier C compiler from Borland. ANSI C is the standard for the C programming language. Therefore, the two are different by definition - Turbo C is a computer program, and ANSI C is a specification for a computer program, which can be implemented in various ways. If we rephrase the question as "what are the difference between the C versions as depicted in the ANSI standard and as implemented in Turbo C?" I would say that most are PC-specific such as the use of far pointers.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


What Library and linking of turbo c?

Technically speaking, you can create a useful, functional C program that consists solely of statements involving only the C keywords. However, this is quite rare because C does not provide keywords that perform such things as input/output (I/O) operations, high-level mathematical computations, or character handling. for more details visit: http://free4ebook.com/The%20Library%20and%20Linking.html

Related questions

How do you create own library in C?

Compilation, linking, library-creation is not defined in the C-language standards, so it is platform-dependent. The core of it: create the objects modules, and find a library-creating utility (TLIB.EXE, ar, etc)


Does windows XP supports the turbo c plus plus graphics?

You should actually turn the question around: does the Turbo C++ graphics library support Windows XP? The answer is yes it does, provided you are using a version of Turbo C++ for Windows XP and above.


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


Is it possible to create threads on turbo c?

No, MS-DOS does not support multi-threading (or multi-processing either).


What are the basic operator in turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


What is the possible reason if the turbo C compiler displays an error like this Illegal use of floating point?

Floating-point library not linked in.


How do you create a program that will determine if it is highest number in turbo c?

It is 32767 for data-type int, 65535 for unsigned int.


What is difference between Turbo and Borland C?

turbo is word to do the programming language in c & c++ and i do no about borland


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


What are examples of turbo c?

1. Turbo C is an example of Integrated Developing Environment. 2. Turbo C has example programs, the most important is bgidemo.c