Another good web site for tutorials
-
www.vijaymukhi.com Siva
-
www.vijaymukhi.com Siva
-
www.vijaymukhi.com Siva
Although most of it has nothing for me ( no C++, although some COM stuff ), I doubt I would use it and didn't bookmark it. It's a nice looking site though, with a goodly slew of info to come all from the one guy. Christian I've learned that you cannot make someone love you. All you can do is stalk them and hope they panic and give in. The early bird may get the worm, but it's the second mouse that gets the cheese.
-
www.vijaymukhi.com Siva
Well, I don't doubt the quality of the website, or it's information...looks like it covers a lot of areas, but (from the little I looked at it), I hope that beginners don't learn to use the coding style shown in the example program I saw.... //here's a function: long _stdcall zzz (HWND w,UINT x,WPARAM y,LPARAM z) { ... } //here's a bunch of variables: WNDCLASS a; HWND b; MSG c; char aa[200]; SOCKET s; struct hostent h; WSADATA ws; DWORD e; int ii,dw; char bb[100]; struct sockaddr_in Sa; ...