Teen Programmers Unite  
 

 

Return to forum top

Internet App in VC++

Posted by andymcnab [send private reply] at July 23, 2002, 04:28:18 PM

I would like someone to post an extremely simple internet app that has comments for me to study. Please can it be in Visual C++ (Win32 Console). Thanx p.s i dont care what it does

Posted by Psion [send private reply] at July 23, 2002, 06:03:13 PM

I know I've seen a Winsock tutorial somewhere on the web that had just this. I don't remember where it is, but you can search for it like I did. =)

Posted by diegoeskryptic [send private reply] at July 23, 2002, 08:14:05 PM

i think its on www.Gametutorials.com....

Posted by Zandalf [send private reply] at July 25, 2002, 01:48:22 AM

if you have VC++, then you have MSDN, use that. it has _tons_ of very helpful sample programs and full source for those programs. It also should document most of what you'll need to know about sockets, if you're willing to play with it for a while. but remember that you must understand the structure of the packet you're trying to send/recieve before you can do much of anyhting with TCP/IP, which is what the internet runs on (mostly)

Posted by Mike_L [send private reply] at July 26, 2002, 11:52:02 AM

http://www.tamale.net/Windows.html

Specifically look in SocketComms.cpp which is part of the PadClient source code.

You must be logged in to post messages and see which you have already read.

Log on
Username:
Password:
Save for later automatic logon

Register as a new user
 
Copyright TPU 2002. See the Credits and About TPU for more information.