Hello All,
i wanted to know how to parse C header file in C#?
Printable View
Hello All,
i wanted to know how to parse C header file in C#?
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?