Part 3 of "You Didn't Learn C++ in College"

I'm building a web crawler to learn C++ and understand how search engines work. Not a toy project that crawls ten pages and calls it done, but something that needs to run for hours, handle thousands of URLs, and not explode. This means dealing with the reality that every college programming project...