C++ content of page and *.txt file
i'm making a single-use program in c++, that will copy the content of page (keywords) and write it to a file. i have interface, but i didnt find any good tutorial, in which i can find how can my program establish connection to the requested page, and then catch the required data. i'll give you a example: user of program needs all the usernames from php-fusion powered website. so program will connect to required site, and then start trying all the ?id=* from 1 to 10000 and gather usernames, (in standard non-modified php-fusion is username bold at the top of profile table) then write it into text file. but i didnt find any good tutorial about it. please, if someone knows, give me a link to some good tutorial, or a piece of example source code. thanks in advance.
btw… i'm not a spammer