Image

Imagechumducky wrote in Imagecpp

Tool request?

I need a script that takes multiple, C++ classes as defined in a header and produces an .cpp with empty methods correctly typed from the prototypes, and does not generate methods for those which are already inlined withtheir prototype. Does anyone know of such a script, in any Open or Free language? No Microsoft Windows-only solutions please.

Reason? I have about 100 classes from an old project a coworker abandoned. There's code and docs, but no implementation was ever done. To me falls that onerous task and I'd rather generate the skeletons programatically; otherwise I have to cut-copy-paste until my wrist siezes. The code can't leave the Solaris box on which it is kept; thus I can only manipulate it using tools I have available under Solaris.

Qvacks.