Is there a way for me to use C++ to open page 1, page 2, page 3 of a website that's named like test.com/1.html, test.com/2.html, etc. and take line X of each page's source code (Line X stays the same for all of them), to take characters 5-8 in that line, and then to make it a table or something like that? Thanks.