Advertisement

Simple client/server chat tutorial?

Started by March 20, 2003 05:33 PM
5 comments, last by Maega 21 years, 10 months ago
Anyone have one for C++? I looked in the articles section and saw one.. but it was for Visual Basic :/.
No but if you get one dont keep it to yourself =) I''m a terrible newbie coder trying to write an alpha client/server applet in C++.

Needless to say I am terrible.

good luck with it

Mark

Mark MacPherson
Flybynight Studios: Owner
Current Skillsets: Project Manager - Team Lead - Scripter - 2D Artwork - Basic 3D Modeller - Web Development - Marketing - Administration

Advertisement
A very good sample of a client/server simple chat thing comes with SDL_net.
I highly suggest you to use SDL_net, instead of Winsock programming.

Height Map Editor | Eternal Lands | Fast User Directory


quote:
Original post by Raduprv
I highly suggest you to use SDL_net, instead of Winsock programming.



Why ? Winsock is not that complicated ?

-------------Ban KalvinB !
Complicated no, Terrible as far as latency and reliability yes =) Also compatability. Winsock is a Win32 thing. for the most openended software you should always concider an alternative.

There are tons of freeware or try before you buy network coding modules out there that provide myriads of depth beyond basic winsock performance.

Mind you if you really dont care and jsut want 2 client apps to chat to each other go for winsock, its fast and dirty in a pinch.

Sly

Mark MacPherson
Flybynight Studios: Owner
Current Skillsets: Project Manager - Team Lead - Scripter - 2D Artwork - Basic 3D Modeller - Web Development - Marketing - Administration

quote:
Original post by Slyxsith
Complicated no, Terrible as far as latency and reliability yes =)





Oh dear *sigh*




-------------Ban KalvinB !
Advertisement
*chuckle*


-=[ Megahertz ]=-
-=[Megahertz]=-

This topic is closed to new replies.

Advertisement