answersLogoWhite

0

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

10y ago

What else can I help you with?

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.


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


What c plus plus development environment should you use?

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