Hi,


>       (b) How do I do GUI programming ? Are there any library functions that
> help me or do I have to do everything from scratch ?

There are many options for GUI programming. 
        XLib is the the lowest level....quite hairy!
        gtk++ is real good but it is purely C
        Try VDK ( Visual Development Kit) which is a wrapper around the
gtk. It is quite similar to VC code, I guess you might be comfortable with
that. They even have a GUI Builder called VDKBuilder...looks promising.

http://www.programmers.net/artic/Motta/vdk/index.htm

There is also the Trolltech QT libraries ( C++)
The only hitch is that you need to license it for commercial use.


>       (c) How do I do thread programming ( libraries / header files ) ?

POSIX threads are well supported.

http://linas.org/linux/threads-faq.html
 

Regards,

Sojan.


---------------------------------------------------------
Sojan James
Scientist, Institute for Robotics and Intelligent Systems
CAIR, Bangalore
---------------------------------------------------------




--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.

Reply via email to