Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Write a network application (Chatroom)
Forum Updated to NodeBB v4.3 + New Features

Write a network application (Chatroom)

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    absfrm
    wrote on last edited by
    #1

    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

    If You Want You Can!

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sidewinder
      wrote on last edited by
      #2

      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:

      1. "Qt Documentation":http://doc.qt.nokia.com/4.7/index.html
      2. "Fortune Client example":http://doc.qt.nokia.com/4.7/network-fortuneclient.html
      3. "Fortune Server example":http://doc.qt.nokia.com/4.7/network-fortuneserver.html

      That's assuming you know C++.

      "Never memorize what you can look up in books."
      Albert Einstein

      1 Reply Last reply
      0
      • A Offline
        A Offline
        absfrm
        wrote on last edited by
        #3

        yes i know C++
        thanks for your answer

        If You Want You Can!

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Chuck Gao
          wrote on last edited by
          #4

          Of course you can :D. Determine which protocol you want to use, TCP or UDP. For most case, udp is the right one. And you can use Qt to implement both UI and logic part.

          Chuck

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved