View Full Version : programming algorithms...
etrigan
07-04-2002, 04:07 PM
Are there algrothms for manipulating data across the internet, say, in C++? I wish to manipulate data outside a program for once such as manipulating data within ones own file system or on the net. One program that i was trying to create was one that would ping a website of my choice. Are there any algorithms or syntactic commands in C++ to accomplish this? If so, where?
Thank you.
imported_Lantz
07-05-2002, 09:03 AM
What exactly do you mean by "manipulating data"? If you're talking about sending & receiving data over the internet then look for stuff regarding sockets, connect(), recv(), send(), etc.
Strike
07-05-2002, 12:51 PM
http://www.ecst.csuchico.edu/~beej/guide/net/
THE guide to socket programming in C.
BovineCreature
07-06-2002, 02:25 AM
man socket
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.