dos graphics with borland command line compiler 5.5 ?



 DEVELOP > c-Plus-Plus > dos graphics with borland command line compiler 5.5 ?

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: DEVELOP > c-Plus-Plus
User: "daytripper"
Date: 14 Sep 2003 03:20:37 PM
Object: dos graphics with borland command line compiler 5.5 ?
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.
.

User: "Agent Mulder"

Title: Re: dos graphics with borland command line compiler 5.5 ? 14 Sep 2003 03:35:28 PM
<daytripper>

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?

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

User: "Kevin Goodsell"

Title: Re: dos graphics with borland command line compiler 5.5 ? 14 Sep 2003 03:34:55 PM
daytripper wrote:

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?

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


  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER