Re: Drawing of polynomials

2005-10-19 Thread Herbert Voss
Gunnar wrote: > I've written a simple C++ program that can make eepic graphs of > polynomials. So if you need to do this you can get my program here: > > http://web.comhem.se/~u46307480/RitaGraf.tgz > > There is a very short postscript manual in the tgz-file for those who > can't speak swedish.

Re: Drawing of polynomials

2005-10-16 Thread Gunnar
> Speaking of which, that package might require some costly Boreland C++ or > Visual Studio licence to be workable for Win32 users. I've compiled with Dev-C++ and here is a exe file for windows users without a compiler. http://web.comhem.se/~u46307480/RitaGraf.exe Gunnar.

Re: Drawing of polynomials

2005-10-16 Thread Roy Schestowitz
_/ On Sun 16 Oct 2005 10:56:13 BST, [Andre Poenitz] wrote : \_ On Sun, Oct 16, 2005 at 07:44:16AM +0100, Roy Schestowitz wrote: I couldn't get it to compile trivially... [EMAIL PROTECTED]:~> gcc graf.cpp Unless you definitely know what you are doiung, use g++ to compile C++ code. An

Re: Drawing of polynomials

2005-10-16 Thread Andre Poenitz
On Sun, Oct 16, 2005 at 07:44:16AM +0100, Roy Schestowitz wrote: > I couldn't get it to compile trivially... > > [EMAIL PROTECTED]:~> gcc graf.cpp Unless you definitely know what you are doiung, use g++ to compile C++ code. Andre'

Re: Drawing of polynomials

2005-10-16 Thread Roy Schestowitz
_/ On Sun 16 Oct 2005 07:52:17 BST, [Gunnar] wrote : \_ [EMAIL PROTECTED]:~> gcc graf.cpp g++ graf.cpp grafrita.cpp function.cpp will help you. You need to give all three cpp files to the compiler or else you will have to link it together by yourself. Gunnar. Might be worth stating

Re: Drawing of polynomials

2005-10-15 Thread Gunnar
> [EMAIL PROTECTED]:~> gcc graf.cpp g++ graf.cpp grafrita.cpp function.cpp will help you. You need to give all three cpp files to the compiler or else you will have to link it together by yourself. Gunnar.

Re: Drawing of polynomials

2005-10-15 Thread Roy Schestowitz
_/ On Sat 15 Oct 2005 11:49:04 BST, [Gunnar] wrote : \_ I've written a simple C++ program that can make eepic graphs of polynomials. So if you need to do this you can get my program here: http://web.comhem.se/~u46307480/RitaGraf.tgz There is a very short postscript manual in the tgz-fi

Drawing of polynomials

2005-10-15 Thread Gunnar
I've written a simple C++ program that can make eepic graphs of polynomials. So if you need to do this you can get my program here: http://web.comhem.se/~u46307480/RitaGraf.tgz There is a very short postscript manual in the tgz-file for those who can't speak swedish. The code is GPLv2 if you'd l