answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

yes

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can borland compiler perform the graphics in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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".


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.


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.


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.


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


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.


What is the header file for using graphics in c plus plus?

There is no graphic.h in the standard C++ language. It typically ships with 3rd party C++ implementations that incorporate the Borland Graphic Interface or one of its variants, such as Embarcadero Builder. It can also be used with Dev C++ if you install the WinBGIM library. Its primary purpose is to provide Windows graphics support since C++ has no built-in graphics support of any kind.