Write a simple chat program in C

Updated on technology 2024-04-19
12 answers
  1. Anonymous users2024-02-08

    A full set of programs in five, when has C been so worthless.

  2. Anonymous users2024-02-07

    There are ready-made ones available on the Internet to look for, source code lovers.

  3. Anonymous users2024-02-06

    Hey, just go down on top of it.

  4. Anonymous users2024-02-05

    VB is very simple to make a single chat software, and because of your C++ foundation, you can learn VB in a very short time. I have an example of a simple chat with vb, I can give you an email if needed, leave me an email.

  5. Anonymous users2024-02-04

    You're the same as I used to be, you like to look at other people's source code and work on it yourself. Personal advice, if you want to progress faster, think for yourself first.

    In fact, what you want is very simple, break it down first.

    Break down the individual features and then encounter the features that won't be direct.

  6. Anonymous users2024-02-03

    The camera can be controlled.

    The system comes with it, and it can be introduced.

  7. Anonymous users2024-02-02

    Have time to go up and see if there's anything you want.

  8. Anonymous users2024-02-01

    I didn't think about making this kind of thing, it can't help you.

  9. Anonymous users2024-01-31

    This is the most critical of two, c

    1 is ajax asynchronous refresh, what everyone says is saved first, and then read out to display, the box where you display the spoken content reads the data once a second, but you don't want the page to flash all the time, so you need to use ajax refresh. The status of users going online and offline is also constantly updated, and this refresh is also needed. It's pretty much the same as a timer.

    But the effect of the timer is still not very comfortable.

    2.It's just how to chat privately. How to prompt that new information is coming out.

    The rest is your setting of the content to send, how to send**. Look online for examples.

  10. Anonymous users2024-01-30

    Also use Windows Forms.,It's easier to set up anything.,Of course, if most of your settings are saved in the settings file.,Use the console program too.。

  11. Anonymous users2024-01-29

    Socket programming Windows applications

    Go online and shop for it. A lot of research has been done for a while. Later gave up. is that this stuff isn't interesting. It's tiring to develop on your own.

  12. Anonymous users2024-01-28

    Pass. .NET comes with a socket network socket, which is very aspect. As long as it's about the network, it's basically in the namespace. This socket seems to be down.

    The idea is as follows:

    Specify an IP or domain name to specify its server. The server has a program, and once started, it uses a multi-threaded loop to determine whether there is a new message on the corresponding port. If so, the message is formatted and returned to the corresponding client.

    Client, creating a connection to the server. Send a message to the server.

    Create a delegator or corresponding format class. Make sure that the server message and the client message can be consistent in each mode (private chat, group chat).

Related questions
3 answers2024-04-19

If you want the source**, I can make one and send it to you. >>>More

7 answers2024-04-19

Use cmd's timer to shut down.

private void button1_click(object sender, eventargs e) >>>More

8 answers2024-04-19

If you just make a separate app (instead of engaging in the secondary development of the framework), qt can barely make up the number. Although it is not pure C++ (relying on MOC QML), the overall tools (build tools, designers, IDE integration including VS) are relatively high, and they also support multiple mainstream platforms (Windows, Linux, OS X, etc.), with relaxed license requirements (LGPL), optional commercial support, and relatively low risk for individual APP projects. Although the binary size that needs to be released is still on the large side, it is easier to do than the mainstream web and. >>>More

6 answers2024-04-19

Okay, I'll give you a simple one.