Hi guys.
Im doing an assignment, I am getting on ok with it but I am sadly really stuck at the moment.
The part I am stuck on involves counting html tags in a text file. I have thought of a method of doing this but unfortunately I have no idea how to implement it into the code. My idea is to look for the start symbol of the tag( <) then the contents, then the end symbol (>) Does anyone know how I could do this in c++?
Many thanks
Mat