How to read an html file in c++?? for example i have following file and i want to read it in c++ and want to store it in a structure variable
<ProjectInput>
<Configuration>
<SchedulingPolicy> FCFS </SchedulingPolicy>
<preemptive> yes </preemeptive>
<NumberOfDisks> 7 </NumberOfDisks>
...
...