"Alf P. Steinbach" <alfps@start.no> wrote in message
news:3f63719b.111346718@News.CIS.DFN.DE...[color=blue]
> On Sat, 13 Sep 2003 06:43:26 GMT, Carl <no_spam@yahoo.com> wrote:
>[color=green]
> >Hi, I am studying C++ right now. I am interested in creating my own
> >mathematical software. Do you have any suggestions on the libraries or
> >std libraries that I can use to creat very simple graphics for functions
> >like y=x or y=x^2?
> > It is better that I can use some simple libraries or small libraries
> >since I don't want to spend too much time for just understanding the
> >library.[/color]
>
> There are many free cross-platform graphics libraries.
>
> None of them are "standard".
>
> I haven't used any of them, but take a look at e.g.
http://www.vtk.org/.[/color]
IMHO the OP might be better off checking out libraries/utilities like
gnuplot and whatever else there is. VTK is a full blown visualization
toolkit intended for image manipulation & 3D graphics. Having to build a
rendertree just to get a simple 2D graph might be too time consuming.
Cheers
Chris