answersLogoWhite

0


Best Answer

C++ has no built-in graphics methods. C++ is a machine-independent programming language, but graphics are machine-dependent. To make use of graphics of any kind, you must use a suitable graphics library. If you need cross-platform support, use a generic library.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the parts of c plus plus environment with drawing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the 6 typical c plus plus Development environment and phases?

Design, flowchart, encode, compile, test and debug.


Parts of the program C plus plus?

parts of a programStructure of C++ programDocumentation SectionPreprocessor SectionDefinition SectionGlobal Declaration Sectionmain(){Declaration part;Executable part;}sub program section{Sub program execution part}


What c plus plus development environment should you use?

You should use the one that best suits the platform(s) you intend to target.


Who is the founder of turbo c program?

Turbo c program is from Borland which is an integrated development environment and a computer language. Some of the parts of turbo c were incorporated from the wizard c in 1987, but it was first developed by Dennis Ritchie in 1970.


Can you declare a method within a method in c or c plus plus?

C: there are no methods in C. C++: no.

Related questions

What is turbo c plus plus?

Turbo C++ is Borland's integrated development environment (IDE).


What are the parts of turbo c environment?

kjkjkkk


Differentiate C plus plus and Turbo C?

Turbo C is a software where C or C++ programming environment resides in.But C++ is itself a programming language.


Is there any purpose to the parts of a turbo c plus plus program?

Yes.


Integrated Development Environment of DOS Version C plus plus?

I actually use Borland C++ 3.1 for MS-DOS.


What is the first operating system written in C plus plus?

Some parts of Windows may be written in C++, I'm not sure.


Program a line roating about xy plane using C plus plus programming?

C++ has no built-in graphics methods, including line drawing. Graphics is platform-specific and, as such, requires a graphics API and library specific to your platform and hardware. As a result, there is no generic, one-size-fits-all C++ code for drawing graphics of any kind.


What are the 6 typical c plus plus Development environment and phases?

Design, flowchart, encode, compile, test and debug.


Can you program an Intel 8086 in C plus plus?

Yes, if you have a suitable compiler and environment. Microsoft's Visual C/C++ 1.52C 16-bit development system did exactly that. There are other compilers as well.


How to complete this C plus plus End Of File controlled while loop program?

Add the missing parts.


Parts of the program C plus plus?

parts of a programStructure of C++ programDocumentation SectionPreprocessor SectionDefinition SectionGlobal Declaration Sectionmain(){Declaration part;Executable part;}sub program section{Sub program execution part}


What c plus plus development environment should you use?

You should use the one that best suits the platform(s) you intend to target.