Hi 

> i am trying to built an application based on QT and network, i am facing
> some problems,

Qt is really great for that infact if you use Qt you do not have to do the 
lower level networking stuff i.e calling the system funct like connect() , 
listen() , fork() 

There is a two classes in Qt QSocket for client side socket & QServerSocket 
for Server side socket

Now if you know C++ well & know the OOP concept then Qt is peice a cake you 
thing you have to learn is what is signal & slot , & then you can develop 
apps just reading the class help in qt doc.

If you have any problem regarding Qt do not hasitate to mail me.


                        Anirban Biswas.

"...you might as well skip the Xmas celebration completely, and instead
sit in front of your linux computer playing with the
all-new-and-improved linux kernel version."
(By Linus Torvalds)


_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to