This commit is contained in:
mes5k 2004-01-10 17:39:18 +00:00
parent b08d34e8dc
commit 3055cfa15c

View File

@ -38,15 +38,15 @@ user friendly <a href="http://www.cs.bgu.ac.il/~cgproj/CLAP/">CLAP</a>
libary. The difference is that this library is templatized so the argument libary. The difference is that this library is templatized so the argument
class is type independent which avoids identical-except-for-type objects class is type independent which avoids identical-except-for-type objects
like IntArg, FloatArg, like IntArg, FloatArg,
StringArg, etc. While the library is probably not strictly compliant with StringArg, etc. While the library is not strictly compliant with
the GNU or POSIX standards, its getting close. the GNU or POSIX standards, it is getting close.
<ul> <ul>
<li> See the <a href="manual.html"><b>manual</b></a> for how things work.</li> <li> See the <a href="manual.html"><b>manual</b></a> for how things work.</li>
<li> See the <a href="html/index.html"><b>API</b></a> documentation for detailed <li> See the <a href="html/index.html"><b>API</b></a> documentation for detailed
implementation information.</li> implementation information.</li>
<li>Visit the <a href="http://sourceforge.net">Sourceforge</a> project <a href="http://sourceforge.net/projects/tclap/">page</a>. <li>Visit the <a href="http://sourceforge.net">Sourceforge</a> project <a href="http://sourceforge.net/projects/tclap/">page</a>.
<li><a href="https://sourceforge.net/projects/tclap/"><b>Download</b></a> the source here.</li> <li><a href="https://sourceforge.net/projects/tclap/"><b>Download</b></a> the source here.</li>
<li>Send any feeback, comments, patches, etc. to mes (_at_) aescon (_dot_) com.</li> <li>Send any feedback, comments, patches, etc. to mes (_at_) aescon (_dot_) com.</li>
</ul> </ul>
Happy coding! Happy coding!
</body> </body>