int main( int argc, char* argv[] );
See the file HttpCat.cpp for a play-by-play of how to use HttpStream.
Result: EXIT_SUCCESS if all goes well, or EXIT_FAILURE if an error occurred.
Name Description argc The number of command line arguments. This must equal 2. argv The command line arguments.
argv[ 0 ] must be the name of the executable.
argv[ 1 ] must be an HTTP URL specifying an HTML document.
© 2000 BeUnited (Last Updated 5/10/2000)