answersLogoWhite

0

No. But programs compiled with Borland compilers might be able, platform-dependent.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is the use of header file graphics in c plus plus programming?

It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.


What are the 3 turbo c language components?

Borland Turbo C came with an editor, compiler, linker and debugger, all of which were tightly integrated into the Turbo C IDE (integrated development environment). The professional version also came with standalone versions of the Turbo Assembler and Turbo Debugger. Note that Turbo C is 27 years old. As such it is redundant. All Borland development tools are now owned by Embarcadero. Turbo C is now classed as "antique".


Which compiler is best for graphics programming?

Graphics is platform-dependent, so you have be more concrete with your question, eg: Q: Is there any C-compiler for MS-DOS that comes with a graphics library? A: Yes, Turbo C, for example.


What is borland c plus plus?

Borland C++ was a C++ development environment originally released by the Borland Software Corporation but is now owned by Embarcadero Technologies who purchased the Borland CodeGear division in 2008.It is now formally known as Embarcadero C++ Builder, or informally as just C++ Builder. At the time of writing, the latest stable release is C++ Builder XE2.


What is better turbo c or dev C?

Depends upon the personal opinion. They both are different IDE. Dev C used the MICGW compiler while Turbo C uses Borland compiler. Hence due to this, certain inbuilt functions will not work in Dev C. clrscr() is one such function. However Turbo C is outdated and does not use follow many of the programming standards.

Related Questions

What is the use of header file graphics in c plus plus programming?

It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.


Main meaning of turbo c plus plus?

Name of a compiler (and IDE) from Borland.


What are the 3 turbo c language components?

Borland Turbo C came with an editor, compiler, linker and debugger, all of which were tightly integrated into the Turbo C IDE (integrated development environment). The professional version also came with standalone versions of the Turbo Assembler and Turbo Debugger. Note that Turbo C is 27 years old. As such it is redundant. All Borland development tools are now owned by Embarcadero. Turbo C is now classed as "antique".


Which compiler is best for graphics programming?

Graphics is platform-dependent, so you have be more concrete with your question, eg: Q: Is there any C-compiler for MS-DOS that comes with a graphics library? A: Yes, Turbo C, for example.


Is turbo c software a word processor software?

Turbo C is a free C++ compiler from Borland. It comes with an IDE and debugger. It lets you compile and run C++ applications on your computer. It is not a word processor.


What is borland c plus plus?

Borland C++ was a C++ development environment originally released by the Borland Software Corporation but is now owned by Embarcadero Technologies who purchased the Borland CodeGear division in 2008.It is now formally known as Embarcadero C++ Builder, or informally as just C++ Builder. At the time of writing, the latest stable release is C++ Builder XE2.


How do you read input of a programme from a text file using borland c compiler from command prompt?

Use functions like fopen, fclose, fgets, sscanf, strtok


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


What is better turbo c or dev C?

Depends upon the personal opinion. They both are different IDE. Dev C used the MICGW compiler while Turbo C uses Borland compiler. Hence due to this, certain inbuilt functions will not work in Dev C. clrscr() is one such function. However Turbo C is outdated and does not use follow many of the programming standards.


It is possible to build a C compiler on top of a C compiler?

It is possible to build a C compiler on top of a C compiler. From the directory, run the shell script.


No of pixel in c compiler?

There are no pixels in the C compiler!


How do i convert a Microsoft vc project into Borland c project?

Suggest you peruse the Borland newsgroups, there are some very experienced people there who could answer you. I don't use Borland C, but Borland C++ Builder, and they have a Wizard that can build a project from VC projects included. Good luck, M