how to implement chat application with tcp/ip using qt tool in c++
Unsolved
Qt 6
-
i want code and how to execute or connect the server to client please any one tell me
-
@priyankapetlu
You have to write it yourself, nobody is going to write an application for you.Did you Google for e.g.
qt chat
to see what hits you get? E.g. there is a Qt example https://doc.qt.io/qt-6/qtnetwork-network-chat-example.html, or plenty others.