资 源 简 介
Introduction
newcapp and cgener are a couple of perl scripts that generate the boilerplate
stuff necessary to write a new command-line application in C. It decouples all
of the generated code from the hand-hacked part.
Installing
After unpacking the distribution archive, just copy the files cgener and newcapp to
whatever bin directory you want them to live in.
Using
See the GettingStartedTutorial for usage details.
Copying
These scripts are copyrighted under the GPL, but that only applies to the
scripts themselves - not the code they generate, which I guess belongs to
whomever wrote the argument descriptions. Which leads to the point of the
default options in the args.tab file generated by newcapp - the generated
args.tab can be considered public domain and without restriction. You don"t
need to modify the default argument descriptions just to call the entire
t