T
tiefeng wu
Hi all!
I need to parse c/cpp source files, one requirement is to extract
included header file name.
here is my solution:None
Pretty ugly! And I know for a valid c/cpp source file, it will be not
necessary to check and match '<' with '>' and " with ",
but I'm wondering to see more elegant way to do such thing.
tiefeng wu
2009-07-23
I need to parse c/cpp source files, one requirement is to extract
included header file name.
here is my solution:None
Pretty ugly! And I know for a valid c/cpp source file, it will be not
necessary to check and match '<' with '>' and " with ",
but I'm wondering to see more elegant way to do such thing.
tiefeng wu
2009-07-23