Group: alt.usage.english · Group Profile · Search for Billyard in alt.usage.english
Author: Don Aitken
Date: Feb 17, 2008 10:26
Well, kind of. other than minor details like char is an obsolete data type that should not be used in this context, you used "const char *" when you meant LPCTSTR, you are assuming that every < or is part of HTML and not actual text (it is nominally incorrect if they are text, but most browsers will actually handle these cases well), you don't deal with what might happen if a < or was found
|