answersLogoWhite

0

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.


How do you write a program that draws a rectangle using turbo pascal?

To draw a rectangle in Turbo Pascal, you can use the Rectangle procedure from the Graph unit. First, initialize the graphics mode with InitGraph, then specify the coordinates for the top-left and bottom-right corners of the rectangle. Use the Rectangle function with these coordinates, and finally, use CloseGraph to exit the graphics mode. Here’s a simple example: uses Graph; var gd, gm: Integer; begin gd := Detect; InitGraph(gd, gm, ''); Rectangle(100, 100, 300, 200); // Draws a rectangle ReadLn; // Wait for user input CloseGraph; end.


What are the versions of pascal?

Pascal has several versions and dialects, with the most notable being Standard Pascal, which was defined in the 1970s. Other significant versions include Turbo Pascal, developed by Borland in the 1980s, which added many features and became popular for its integrated development environment. Object Pascal, an extension that introduced object-oriented programming, later evolved into Delphi, a widely used development environment. Additionally, Free Pascal is an open-source compiler that supports many Pascal dialects and is compatible with Delphi.


Who is the author of Borland Turbo C?

A company called Borland. (Actually it was based on the former product Wizard C of Bob Jervis.)


Turbo pascal procedures and function?

Both usable.

Related Questions

Who developed turbo c?

Borland, same as Turbo Pascal and Delphi.


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 has the author Tom Swan written?

Tom Swan has written: 'Mastering Turbo Pascal' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer program) 'Mastering Turbo Pascal6' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer file) 'Tom Swan's C[plus plus] primer' -- subject(s): C++ (Computer program language) 'Mastering Windows programming with Borland C[plusplus] 4' -- subject(s): Borland C., Windows (Computer file) 'Fraternity and evolution' 'Edward Carpenter' 'Mastering Borland C[plus plus]' -- subject(s): C 'Mastering Turbo Pascal 4.0' 'Delphi 4 bible' -- subject(s): Client/server computing, Computer software, Delphi (Computer file), Development, Pascal (Computer program language), Object Pascal, Pascal (programming language) 'Tom Swan's Mastering Borland C[plus plus] 5'


What is turbo pascal programming?

Turbo Pascal was released by Borland as an all-in-one solution to design computer programs (DOS) using the Pascal language. Since then, Turbo Pascal morphed to Delphi 1 to create Windows application. Delphi is now owned and managed by Embarcadero and are soon releasing their Delphi XE3 edition.


Why turbo c language is called turbo c?

Turbo Pascal and Turbo C were early programs written by Borland for the IBM PC. They were compilers for Pascal and C, respectively, that ran much faster than other compilers for those languages at the time. Thus they were named Turbo because they were fast.


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


Who is the developer of Turbo C?

Borland.


When was Turbo Pascal created?

Turbo Pascal was created in 1983.


What are the Examples of Turbo Pascal 5.5?

They are example programs written in Turbo Pascal.


Who develop the turbo c plus plus?

The company Borland developed Turbo C++.


How do you write a program that draws a rectangle using turbo pascal?

To draw a rectangle in Turbo Pascal, you can use the Rectangle procedure from the Graph unit. First, initialize the graphics mode with InitGraph, then specify the coordinates for the top-left and bottom-right corners of the rectangle. Use the Rectangle function with these coordinates, and finally, use CloseGraph to exit the graphics mode. Here’s a simple example: uses Graph; var gd, gm: Integer; begin gd := Detect; InitGraph(gd, gm, ''); Rectangle(100, 100, 300, 200); // Draws a rectangle ReadLn; // Wait for user input CloseGraph; end.


What has the author Roger T Stevens written?

Roger T. Stevens has written: 'The C[plus plus] graphics programming handbook' -- subject(s): Computer graphics, C 'Quick reference to computer graphics terms' -- subject(s): Computer graphics, Dictionaries 'Understanding self-similar fractals' -- subject(s): Algebraic Geometry, Data processing, Fractals, Geometry, Algebraic 'Fractal programming in Turbo Pascal' -- subject(s): Data processing, Fractals, Pascal (Computer program language), Turbo Pascal (Computer file), Turbo Pascal (Computer program) 'Creating fractals' -- subject(s): Fractals, Curves 'Object-oriented graphics programming in C [plusplus]' -- subject(s): C++ (Computer program language), Computer graphics, Object-oriented programming (Computer science)