Posted By:
deepak_dhananjaya
Posted On:
Tuesday, April 5, 2005 04:17 AM
my problem is :
when i am parsing the file for some pattern then i need to
ignore some lines,for example:
if i am parsing for lines that start with "typedef"
keyword, then some lines may not contain it,
so i need to ignore the parsing for that line and continue
with next line,
how do i do it?
as of now if it does not find "typedef" in the beginning of everyline then it will stop parsing!
so please help me out
thank you!