User profile: coder777

User info
User name:coder777
History
Joined:
Number of posts:2376
Latest posts:

Networking in c++ (winsock)
but it works. in your server program the accept function will pause your program while the client th...

Variable detection help
[quote]Is there any way which can do this?[/quote]Not with a union (@Darkmaster: no, sizeof doesn't ...

Networking in c++ (winsock)
if you want to process more than one thing simultaneous you need a thread. You may do it with anothe...

Read/write loop server/client
The point is that your client writes 100 bytes regardless what entered. Your server receives only 50...

Could someone talk a beginner through installing boost thread and sockets on code blocks
This is pretty old. Look at this: http://www.boost.org/doc/libs/1_52_0/more/getting_started/windows...