User Profile

Collapse

Profile Sidebar

Collapse
factfinder
factfinder
Last Activity: May 7 '08, 07:05 AM
Joined: Apr 30 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • factfinder
    replied to c++
    in C
    I have the text file (in1.text)

    <<<start>20>>ev erything going fine or not<start>i do not know but I am trying<end><sta rt>Trying is but we can do<startabcdefg hijklmnopqrstuv wxyz<end>
    <<<start>20>>Tr ying to do things<end><<<s tart>20>>well try try and try again<end>


    I have to extract tag <<<start>20>>...
    See more | Go to post
    Last edited by sicarie; May 2 '08, 02:07 PM. Reason: Code tags, full code

    Leave a comment:


  • factfinder
    replied to c++
    in C
    Thanku for considering request.

    This is not Xml/html validator.i am creating a logfile and a function that do some cleaning job (space efficency).Thes e(<start>) are simple string inserted in file to recognise a start of user record.Actually , i have to start reading from <start> and if i find corresponding <end> ,it means that record(userdata ) is complete and i have to delete line.In case i do not find <end>...
    See more | Go to post

    Leave a comment:


  • factfinder
    started a topic c++
    in C

    c++

    i have a text file like this
    <start>user data<end><start >userdata<start >userdata<end>< start>userdata

    i have to start reading from <start> and if i find corresponding <end >,then i have to delete that line from file i.e.from <start> to <end> including strings <start> and <end>.If for a given <start>, i dont find <end> then i have to keep that...
    See more | Go to post
No activity results to display
Show More
Working...