[glug-t] Re: Socket Programming: C++
- From: Rams <cl10120@xxxxxxxxxxxxx>
- To: glug_t@xxxxxxxxxxxxx
- Date: Fri, 13 Jun 2003 10:18:21 GMT
hi,
QT Libraries has got the network interface routines
and headers like "qsocket.h", "qserversocket.h" and other
similar files contain socket classes for both tcp & udp.
But while using QT, GUI must be used. it is very useful in
developing GUI-networking utilities.
if QT is fully installed, u can checkout the examples in
"/usr/share/doc/qt-devel-3.0.5/examples/network" or
"/usr/share/doc/qt-devel-3.1.1/examples/network"
the QT-Manual can be found in
"/usr/share/doc/qt-devel-3.0.5/html/" (or in 3.1.1) directory.
> From: Vijayalatha <vijayaa78@xxxxxxxxxxxxxx>
> Information regarding Socket Programming in
>C++(in linux 8). Can u send some examples in Socket
>Programming...
---------------------------------------------
This message was sent from RECTMAIL.
http://www.rect.edu/ or http://rangoli.rect.ernet.in/
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
Other related posts:
- » [glug-t] Re: Socket Programming: C++