From: Rowan Sylvester-Bradley on
Is there an active user group for the GPP preprocessor anywhere? It
seems possibly a good tool for creating highly repetitive blocks of
assembler code, but there doesn't seem to be much documentation, and I
can't find much discussion of it since 2004. If you know anything
about GPP, or if you use it, or if you know of a mailing list, group
or forum where it is discussed, please let me know.

Many thanks - Rowan

--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

From: Ulrich Eckhardt on
Rowan Sylvester-Bradley wrote:
> Is there an active user group for the GPP preprocessor anywhere?

Do you mean the one that is part of the GCC? In that case, that is the right
audience.

> It seems possibly a good tool for creating highly repetitive blocks
> of assembler code, but there doesn't seem to be much documentation,
> and I can't find much discussion of it since 2004.

It's a C preprocessor, and not much changed there recently. That said, Boost
also includes a C/C++ preprocessor, which can both be used as standalone
executable and as a library, maybe that would be of interest to you?

Cheers!

Uli

--
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932


[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]