Connecting Tech Pros Worldwide Forums | Help | Site Map

dos graphics with borland command line compiler 5.5 ?

daytripper
Guest
 
Posts: n/a
#1: Jul 19 '05
im making a physics math model on the borland command line compiler
v5.5, is it possible to make some simple graphs of my arrays?

if yes, how?
if no, is it possible to make it do so?

daytripper

this may post twice, as i think my last post went into the ether :(

Kevin Goodsell
Guest
 
Posts: n/a
#2: Jul 19 '05

re: dos graphics with borland command line compiler 5.5 ?


daytripper wrote:
[color=blue]
> im making a physics math model on the borland command line compiler
> v5.5, is it possible to make some simple graphs of my arrays?
>
> if yes, how?
> if no, is it possible to make it do so?
>
> daytripper
>
> this may post twice, as i think my last post went into the ether :([/color]

It came through loud and clear. The following was my reply:
-----

C++ has no built-in support for graphics. You can write some kind of
graphical output to a stream then view the result. That's about it.

For anything else you will need to either get a graphics library or ask
about what your compiler supports in a group that discusses your compiler.

Please read the following:

http://www.slack.net/~shiva/welcome.txt
http://www.slack.net/~shiva/offtopic.txt

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Closed Thread