answersLogoWhite

0

Is it possible to create threads on turbo c?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

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

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible to create threads on turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is thread in c language?

thread is not specific to C-language. Use wikipedia to find out what threads are, and use Posix Threads (or pthreadsfor short) to create multi-threaded programs in C


Is that possible to make programme in turbo c for a mini computer having dual core processor-?

Yes, to make a program in Turbo C for a mini computer to have a dual core processor.


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

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


How do you create an own library in turbo c?

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


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++.


Can you install turbo c of 16 bit on windows vista home premium?

It might be possible.


Syntax of turbo c?

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


What are the basic operator in turbo c?

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


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