Anyone know some good functions or code to parse directories in c++?<BR><BR>Here is some of the code I already have (simplified). It works alright for moving through a directory, but its rather slow ...
At work right now... found data I need in HTML tables. I need to get the tables into Excel. Each HTML file contains data for one county in PA. I wrote a simple C++ program to strip the HTML tags and ...