hello
im trying to open html file with fstream clas
(foo.open("test.html",ios::in)
but with no luck , but when i try to open in this way *.txt file , i
is working great .
my question is , how can i open html file and manipulate it. do i nee
spatial class?
thank
Carl Daniel [VC++ MVP] - 13 Oct 2004 14:29 GMT
> hello
> im trying to open html file with fstream class
[quoted text clipped - 3 lines]
> my question is , how can i open html file and manipulate it. do i need
> spatial class?
An HTML file IS a text file, so no special handling is required from the
IOStreams standpoint. What's not working?
-cd