Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~173 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for zaryk

Winapi - I am creating a chat program using the [ICODE]WSAAsyncSelect(Win.Sock, Win.hWnd, WM_USER + 2, FD_READ | FD_WRITE | FD_CLOSE);[/ICODE] and all that good stuff. The client connects to the server and the server sends a message to the client. In response, the client pops up a messagebox stating "connected". …

0
45
Member Avatar for zaryk

Is it possible to connect to yahoo server using winsock. I know I could use libyahoo2 but I have already tried libyahoo2 but didnt get any where. If not possible with winsock, I can try libyahoo2 again. [code] #include <windows.h> #define YaMainServer "scs.msg.yahoo.com" #define YaMainServerPort 5050 void YahooSock(HWND hwnd){ int …

Member Avatar for zaryk
1
128