Re: C/C++ File Parser
- From: Ben Bacarisse <ben.usenet@xxxxxxxxx>
- Date: Thu, 05 Jul 2007 23:26:50 +0100
mudassir <mudassir.shabbir@xxxxxxxxx> writes:
Hi All,
I am in search of a snippet that could parse a C/C++ source file and
give out as output different information on it. For example
1. Signature of function defined in a file.
2. Name of Global Variables declared.
ctags/etags does both.
3. Files dependencies..(#include).
makedepend does that.
Of course, you may not have these on your system but they are both
available as free (i.e. GPL) source.
--
Ben.
.
- Follow-Ups:
- Re: C/C++ File Parser
- From: Thomas Dickey
- Re: C/C++ File Parser
- References:
- C/C++ File Parser
- From: mudassir
- C/C++ File Parser
- Prev by Date: Re: hiding a counter
- Next by Date: Re: Setting size limit of data while reading or writing from sockets
- Previous by thread: Re: C/C++ File Parser
- Next by thread: Re: C/C++ File Parser
- Index(es):
Relevant Pages
|