Mohan S N wrote: > --- sejal patel <[EMAIL PROTECTED]> wrote: > >> I am doing client soket programm in c++. >> IN program i have to connect wiht server,get spcified file,ans print >> result html code according to details; >> >> Details are: >> >> 1. if a '\n' then replace with single character >> 2. if <br> then replace with single newline >> 3. <p> with two new lines. >> 4.<a......> tag with [LINK] where "...." sequence of characters. >> 5.alll other tags <...> are ignored. > > > A custom HTML reader? Any reason why you cannot just dump output to a > file and use some browser?
Homework? #4 is somewhat confusing. Sample data would have been nice. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
