Chat | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Chat

I'll go straight to the point, I want to know how chats work and how can I make one. What are the commands, how will I structure it? Remember that the programming language is C++

19th Apr 2024, 7:48 PM
Kirbigamer022
Kirbigamer022 - avatar
3 Answers
+ 2
You mean to create a chat server and using sockets by client in CPP. Or, you mean this Q&A Discussion section or your personal chat section!? I create a code to implements a simple chat server using sockets in C++. This code sets up a basic TCP/IP server that listens for incoming connections, accepts connections from clients, and echoes back any messages received from the client. You can check this for your understanding purpose. https://sololearn.com/compiler-playground/czqyW61FiA9h/?ref=app
19th Apr 2024, 8:02 PM
`Š½Ń‚Ń‚pā“ā°ā¶
`Š½Ń‚Ń‚pā“ā°ā¶ - avatar
+ 1
Look at how others structure their projects. https://github.com/topics/chat-server?l=c%2B%2B
19th Apr 2024, 11:47 PM
Bob_Li
Bob_Li - avatar
0
Create me a order food system in js
21st Apr 2024, 1:57 PM
įž”įž¹įž€ įžŸįž»įžįž…įž¶įž“įŸ‹
įž”įž¹įž€ įžŸįž»įžįž…įž¶įž“įŸ‹ - avatar