This commit is contained in:
mes5k 2004-11-25 03:56:42 +00:00
parent 6d43028973
commit 9a5b3a056e

View File

@ -50,6 +50,8 @@ width="125" height="37" border="0" alt=
</ul>
</div>
<div class="main">
<p>
<em>TCLAP</em> is a small, flexible library that provides a simple interface for
defining and accessing command line arguments. It was intially
inspired by the user friendly <a href=
@ -59,7 +61,9 @@ class is type independent. Type independence avoids identical-except-for-type
objects, such as IntArg, FloatArg, and StringArg. While the library is
not strictly compliant with the GNU or POSIX standards, it is
getting close.
<br/> <br/>
</p>
<p>
<em>TCLAP</em> in written in ANSI C++ and is meant to be compatible with any
standards-compliant C++ compiler. It is known to work on Linux, MacOS X,
Windows, and Solaris platforms. The library is implemented
@ -67,9 +71,18 @@ entirely in header files making it easy to use and distribute with other
software. It is licensed under the
<a href="http://opensource.org/licenses/mit-license.php">MIT License</a>
for worry free distribution.
<br/>
<br/>
</p>
<p>
<em>Send us your feedback!</em> If you've successfully used
<em>TCLAP</em> in your software, then
<a href="mailto:mes5k@users.sourceforge.net"> we'd like to hear from you </a>
so that we can link to your project. One hand washing the other... <em>:)</em>
</p>
<p>
<em>Happy coding!</em>
</p>
</div>
</body>