> Hi there,
> I have a question about creating GUI for programs. I wrote an 
> application in 
> c++, and i'd like to create for it a GUI. in which libraries 
> do i have to 
> use or can i use javascript to create the GUI?

There are many GUI libraries: TK, GTK, QT, Motif, Xlib, Athena and more.
Motif, xlib, and Athena are considered difficult so you may prefer not to
use them.

If you want to use javascript there are several solutions:
1. through a browser - you'll have to get your program to interface with the
browser through html, basicly to write a webserver. Not recomended.
2. Independent JavaScript viewer - take a look at NJS.

Basicly - use of javascript as a C++ frontend is interesting - but untested
and may be problematic in many ways. Not recomended - unless you have a good
reason to do that.

Chen.

=================================================================
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]

Reply via email to