HttpCat.cpp



Functions

main

Abstract: HttpCat's entry point.
int main( int argc, char* argv[] );

See the file HttpCat.cpp for a play-by-play of how to use HttpStream.

Parameters

NameDescription
argcThe number of command line arguments. This must equal 2.
argvThe command line arguments.
argv[ 0 ] must be the name of the executable.
argv[ 1 ] must be an HTTP URL specifying an HTML document.
Result: EXIT_SUCCESS if all goes well, or EXIT_FAILURE if an error occurred.

© 2000 BeUnited — (Last Updated 5/10/2000)