help please

Started by
3 comments, last by Crisium 16 years ago
can anyone tell what does this line do? WSAStartup(0x202,&wsaData) thanks
Advertisement
Quote:Original post by iamspecial
can anyone tell what does this line do?

WSAStartup(0x202,&wsaData)

thanks
Does this help? (First hit from Google...)
The WSAStartup function initiates use of the Winsock DLL by a process.

can u explain it a bit??
can someone explain it ........ actually iam a new to networks programming
Do you need the explanition about network programming as a whole? or just the WSAStartup method?

The WSAStartup is well explained in that link given ealier.

Network programming is a huge subject and I would advise you to read a book about it first or perhaps find a demo code that shows examples.

also note there are like 100 different ways to handle network programming and it all depends on what you want? realtime, turn-base, database access, web usage, web-services, gsoap (csoap and all the other) and so on....

kind regards,
Peter Wraae Marino
http://osghelp.com - great place to get OpenScenGraph help

This topic is closed to new replies.

Advertisement