C Board  

Go Back   C Board > Platform Specific Boards > Windows Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 01-20-2003, 12:03 AM   #1
Registered User
 
Join Date: Jan 2003
Posts: 99
Starting window sockets

I finally feel comfortable enough to move on up to sockets in Windows. I have searched and found a couple tutorials on sockets but most of which that are targeted towards windows all make use of the GUI. Since I don't know GUI programming I get confused on which parts are needed for sockets and which are needed for GUI. If anyone has any good tutorials that instruct the use of sockets under a Windows environment without the GUI feel free to post your links.

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   Reply With Quote
Old 01-20-2003, 09:12 AM   #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   Reply With Quote
Old 01-20-2003, 11:49 AM   #3
fou
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?
  Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 08:44 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22