answersLogoWhite

0

your mom can

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is turbo c is available for windows 7?

Yes, it is available for windows 7. You can run Turbo C in windows 7 basically using DOS Box emulator. Turbo C works fine with windows 7. Up to now, many programmers use Turbo C in programming C in windows environment.


Turbo c based on which operating system?

MS-DOS.


How do you use dos prompt in C programming for turbo c compiler?

Use "OS Shell" from File menu.


What is a basic automatic operation of turbo c?

If you are going to program in turbo c (for DOS) you might be better using DJGPP. Google DJGPP for downloading and a whole host of good info.


How use turbo c in 64bit os?

It requires MS-DOS (or emulation). DOSBox might be a solution.


Can you run programs compiled with Turbo C on Linux?

Turbo C cannot compile native Linux binaries, only programs for MS-DOS. MS-DOS applications can be run on Linux through a variety of methods, including DOSEMU, DOSBox, QEMU, Bochs, and VirtualBox.


Is it possible to create threads on turbo c?

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


Can c be used in ms-dos?

Yes, C can be used in MS-DOS through various compilers that support the environment, such as Turbo C or Microsoft C. These compilers allow developers to write, compile, and execute C programs in the MS-DOS command line interface. While MS-DOS is an older operating system, it still supports C programming for tasks like system-level programming and basic application development.


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


Should a system require ms dos for downloading turbo c plus plus software?

Only for downloading: no, for actually running it: yes (or better dosbox).


How do you implement graphics in C on windows vista?

Install Dos BOx in your computer.. open it and write mount c c:\turboc3 if the c folder is c:\turboc3. now move to c: and simply type the name of the C executable file for example TC. C will open and you will be able to do graphics programming.. but dont use ctrl+f9 to run the program... go to the menu and select the appropriate option