In article <1156686680.102516.103470@m73g2000cwd.googlegroups .com>,
fredmanglis@gmail.com says...
Quote:
I've been teaching myself the C++ Programming language. So far however,
I have not come across any useful tutorials on how I can output
coloured text, create drawings or graphics in C++. All I can create is
a simple console based application.
I would like to know if it's possible to do it using just the standard
header files or do I have to get proprietary ones. If there's anyone
with a suggestion or a good tutorial he/she knows of, please assist me.
You can't do it with the standard library. There are some possibilities
in the range between standard and proprietary though. OpenGL, for one
obvious possibility, isn't part of the C++ standard, but definitely
isn't proprietary to one organization either -- it's available on a
fairly wide variety of hardware and software, including most of the
widely used OSes (e.g. *BSD, Linux, MacOS, Windows).
--
Later,
Jerry.
The universe is a figment of its own imagination.