MikeL
01-21-02, 20:03
| Given a series of values of x and y, how can one graph them on an xy plane using C?Given a series of values of x and y, how can one graph them on an xy plane using C? |
View Full Version : graphing in C
| Given a series of values of x and y, how can one graph them on an xy plane using C?Given a series of values of x and y, how can one graph them on an xy plane using C? |
| you can make it in text if you make a small graph with ansi chars. hint: use a for loop |