Connecting Tech Pros Worldwide Help | Site Map

dos graphics with borland command line compiler 5.5 ?

  #1  
Old July 19th, 2005, 06:30 PM
daytripper
Guest
 
Posts: n/a
im doing a physics/math model on borland Command LIne Compiler 5.5.

i want to test the data arrays graphically. ie plot a few simple line
graphs of the data in the arrays. this compile doesnt seem to cater
for this, is there a way to make it plot simple graphs?


cheers

daytripper.
  #2  
Old July 19th, 2005, 06:30 PM
Agent Mulder
Guest
 
Posts: n/a

re: dos graphics with borland command line compiler 5.5 ?


<daytripper>[color=blue]
> i want to test the data arrays graphically. ie plot a few simple line
> graphs of the data in the arrays. this compile doesnt seem to cater
> for this, is there a way to make it plot simple graphs?[/color]
</>

You can normalize your data to 80 and fill up strings of '*' characters
between 0 and 80 and send each one to cout + endl. Got it?

-X


  #3  
Old July 19th, 2005, 06:30 PM
Kevin Goodsell
Guest
 
Posts: n/a

re: dos graphics with borland command line compiler 5.5 ?


daytripper wrote:
[color=blue]
> im doing a physics/math model on borland Command LIne Compiler 5.5.
>
> i want to test the data arrays graphically. ie plot a few simple line
> graphs of the data in the arrays. this compile doesnt seem to cater
> for this, is there a way to make it plot simple graphs?
>[/color]

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