![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 343
Rep Power: 4
![]() |
yea ive started to look at winsock2 in msdn. Thats where i got the send, recv and connect functions from. One question though, does bind and connect to the same thing except connect connects the socket and bind just binds the socket to the host or something like that? I got the impression that i had to choose which style i wanted a connectionless socket using the bind function or a connection socket using the connect function. Anyone have any thoughts on this? Thanks.
|
|
|
|
|
|
#12 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
My thought, again, is to read Beej. There is more information per minute expended than there is on a forum.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#13 |
|
Newbie
Join Date: Jul 2007
Posts: 21
Rep Power: 0
![]() |
yeah read Bee j and its very helpful trust DaWei
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OnlineTextEditor.Com! | Sane | Show Off Your Open Source Projects | 43 | Jun 16th, 2006 8:55 AM |
| How to detect cursor location and insert text??? | syntax-error | C# | 3 | Jun 30th, 2005 1:42 AM |
| Printing rich text with colored background | jarrod | C# | 1 | Feb 23rd, 2005 11:48 AM |