On Mon, 30 Dec 2002, kfir lavi wrote: > hi, > i need to construct a testing program that will show a graph, to test an > algorithms. > now i'm working on windows. > what library should i use? > mfc is for windows and its ugly, also its not portable. > qt - i don't know it, will it answer my question.
Qt runs natively on UNIX and Windows platforms. If your application is a proprietary one which you want to distribute, it requires licensing. You can also try wxWindows: http://www.wxwindows.org/ this is a native widget library for UNIX and Windows, which is fully open-source (LGPL) and free for any use. If you don't mind the interface being a bit ugly and not precisely native looking, you can also use Tcl/Tk, Perl/Tk, Python/Tkinter and their friends. Alterantively, Perl and Python can be binded against wxWindows. Another option is Mozilla's XUL library. There are also other libraries, but these are the prominent options. Regards, Shlomi Fish > matlab - i have math lib but the interface has to be done inside mathlab > compiler. > > tnx > kfir > > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > ---------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Home Page: http://t2.technion.ac.il/~shlomif/ Home E-mail: [EMAIL PROTECTED] "Let's suppose you have a table with 2^n cups..." "Wait a second - is n a natural number?" ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]