Results 1 to 3 of 3
Hi,
I want to make a chat application on linux. I have Fedora 11 installed on my machine. What I thought I will be using sockets and some other communication ...
- 08-19-2009 #1
UI Chat client on Linux?
Hi,
I want to make a chat application on linux. I have Fedora 11 installed on my machine. What I thought I will be using sockets and some other communication mechanism for message transfer. It is OK if one runs the application through command line. But I want to add UI features what we see in gtalk chat window.
I don't have programming experience in UI development on linux, but I know c/c++/linux system programming well.
Please tell me, how can the UI part can be developped on linux..which library can I use for that..any good source/links will be helpful for me as a start up..plz do provide
Thanks,
sk
- 08-19-2009 #2
Qt or GTK+ would be your best bet.
C++ GUI programming with Qt 4 - Google Books
https://qt.nokia.com/products
GTK+ - About
- 08-19-2009 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Welcome to the forums!

Xchat is one of the most popular chat clients for Linux and it is open source, so you should be able to download and examine its source code to give you some ideas on how to go about building your own.
Hope you have great success with your project.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote