Message-ID: <002901c0f429$ff7be500$4601a8c0@wladeira> From: =?iso-8859-1?Q?Andr=E9_Ladeira?= To: References: Subject: Re: Internet Programming Date: Wed, 13 Jun 2001 13:57:58 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com ----- Original Message ----- From: "Jameson Quave" Newsgroups: comp.os.msdos.djgpp To: Sent: Tuesday, June 12, 2001 5:48 PM Subject: Internet Programming > Can someone direct me to maybe a tutorial or something like that for how to > bring DJGPP onto the internet? > I'm sort of a newbie programmer self-teaching myself and all I ever find is > tutorials on how to make a hello world > ,but I know alot more than that by now and was hoping to find out something > about programming things that can > interact with the internet. Also I'm interested in accessing raw parts of > ram but all I can ever find on that is some 4 > page example code with a bunch of number in hex, and I don't knwo where they > are getting these numbers from. > > > Hi I think you can start learning about some documents called RFC's that explains many protocols used in the net, like http, smtp,IRC etc...they explain exactly what this protocols are and how to programming with them. The name of de documents are alwais RFC XXXX where XXXX is the number of the document (for example http protocol is RFC 1822 I guess). good luck!