![]() |
| | #1 |
| Registered User Join Date: Jan 2003
Posts: 99
| Starting window sockets Thank you. P.S. Brother and I share the same name and he knows a basic understanding of Sockets but only in *nix and I want to learn without his help. Pretty smart younger brother too |
| _Cl0wn_ is offline | |
| | #2 |
| Registered User Join Date: Oct 2002
Posts: 98
| Windows sockets are mostly based on the sockets model employed by Unix (Berkeleys), so the same command sequence is required to create and use a socket. MFC provides a CSocket class, and a CAsyncSocket class which can be used. Its best to look them up on MSDN, or at least post a question on the Windows Programming board. |
| Morgan is offline | |
| | #3 |
| Guest
Posts: n/a
| I think this site is pretty good for a beginner's winsock guide. http://telecom.vub.ac.be/sockprog/index.htm On another note, has anybody noticed that this forum is getting more and more C++ code? |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C or C++ | AcerN30 | Game Programming | 41 | 05-30-2008 06:57 PM |
| 6 measly errors | beene | Game Programming | 11 | 11-14-2006 11:06 AM |
| how i create a window whith all it's elements | rasheed | Windows Programming | 1 | 05-31-2006 06:53 PM |
| no errors but still errors | Megatron | Windows Programming | 7 | 01-12-2003 11:21 PM |
| Invoking MSWord | Donn | C Programming | 21 | 09-08-2001 04:08 PM |