Advertisement

SearchBot

Started by November 10, 2002 02:33 PM
0 comments, last by NexusOrganicus 22 years ago
Hi To all, ( using c ) Well i know that my posting has nothing to do with game programming , but i hope that some of you (gurus) can help me with that problem , or can give me a hint a tip a link .! What i want to create is a search bot the search´s in the net for text files .! How can i get into it , how can i get access of the internet with c under dos ? possible ? How can i download a file , under dos ? possible ? Thanks for all your answers ! NxO ___
_______D___
Are we talking real DOS here, or Windows Console application DOS? They''re two very different things.

If you''re talking real DOS, then it''s not easy, since there''s no standard TCP/IP stack for DOS. They do exist (I don''t know of any off the top of my head, though), but there''s really no point in trying...

If you''re talking Windows console application, then it''s easy: use winsock.

If I had my way, I''d have all of you shot! codeka.com - Just click it.

This topic is closed to new replies.

Advertisement