CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: parsing

  1. #1
    Join Date
    Jun 2008
    Posts
    20

    Question parsing

    Hello All,
    i wanted to know how to parse C header file in C#?

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: parsing

    You can use Stream, StringBuilder, String's functions, you can use regulat expression, you can create your own parser... there are too many options. You questions is too vague. Do you have any specific question? Some concrete problem?
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured