Write a network application (Chatroom)
General and Desktop
4
Posts
3
Posters
2.7k
Views
1
Watching
-
Hi to all
I wanna to write an application in Network.i wanna to implement a project such as yahoo messenger.(Windows Platform)
can i write it in QT.
i know that QT is one of best compiler.but i don't know how can i do my project in it.
please help me.
thanks a lot -
Hi.
It's Qt not QT.
Yes you can write it in Qt.
Qt is not a compiler it's a framework which can help you with writing your programs, which you can compile with a compiler.
You should start with:- "Qt Documentation":http://doc.qt.nokia.com/4.7/index.html
- "Fortune Client example":http://doc.qt.nokia.com/4.7/network-fortuneclient.html
- "Fortune Server example":http://doc.qt.nokia.com/4.7/network-fortuneserver.html
That's assuming you know C++.