I want to create a project using c++ using html tidy to get an xml file.(Almost this)
But I have basic knowledge of c++ programming and haven't ever worked with other APIs and libraries. In the example above the program includes tidy.h and buffio.h, which i don't know where to find and how to use.(I downloaded the zip of html tidy from here,but it doesn't contain any of the above said files.) So where can I find these and how to use them with Code Blocks on windows