Been trying to code a chat window for a website kind-of like facebooks PC version (not messenger) does anyone have any idea how? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Been trying to code a chat window for a website kind-of like facebooks PC version (not messenger) does anyone have any idea how?

28th Nov 2016, 8:41 PM
Brian Hoeft
Brian Hoeft - avatar
2 ответов
+ 5
First get a programming tool/app for C++ , and get the correct API package(for the following chat, different chat has different API packages). Afterwards, research how the package works and slowly make your way through. Finally, you can code the page with HTML and attach the chat in the page. [Dont worry if you dont know anything about the API package or how to make one, just ask the people who know how to use it. In fact, youtube/google is your best bet]
28th Nov 2016, 8:57 PM
Wen Qin
Wen Qin - avatar
0
thank you, I've been trying to figure it out for a while now but that was the most informative answer I've had.
28th Nov 2016, 9:47 PM
Brian Hoeft
Brian Hoeft - avatar