📄 index.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>C++/Tcl</title></head><body><table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="20"> <tbody> <tr> <td style="vertical-align: top;"><font size="+3"><span style="font-family: helvetica,arial,sans-serif; font-weight: bold; color: rgb(0, 0, 255);">C++/Tcl</span></font><br> <span style="font-family: helvetica,arial,sans-serif; color: rgb(0, 0, 255); font-weight: bold;">AC++ library for interoperability between C++ and Tcl</span> </td> <td style="vertical-align: top; text-align: right;"><br> </td> </tr> </tbody></table><br><br>Welcome to the <a href="http://cpptcl.sourceforge.net/index.html">C++/Tcl</a>library!<br><br>This library was written for C++ and Tcl programmers.<br>It was inspired by the <a target="_blank" href="http://www.boost.org/libs/python/doc/index.html">Boost.Python</a>library and was deliberately designed to provide a similar interface,taking into account the limitations of Tcl.<br><br>The C++/Tcl library offers the following features:<br><ol> <li>Support for both extending Tcl with C++ modules and embedding Tclin C++ applications.</li> <li>Possibility to expose free C++ functions as commands in Tcl.</li> <li>Possibility to define classes and class member functions, visiblein Tcl in the stylesimilar to <a target="_blank" href="http://www.swig.org/">SWIG</a>wrappers.</li> <li>Possibility to manipulate Tcl lists and objects from the C++ code.<br> </li></ol><br><a href="quickstart.html">Quick Start</a><br><div style="margin-left: 40px;"><a href="quickstart.html#extending">ExtendingTcl by C++ module</a><br><a href="quickstart.html#embedding">Embedding Tcl in C++ program</a><br></div><a href="freefun.html">Exposing Free Functions</a><br><a href="classes.html">Exposing Classes</a><br><div style="margin-left: 40px;"><a href="classes.html#members">Memberfunctions</a><br><a href="classes.html#constructors">Constructors</a><br><a href="classes.html#destructors">Destructors</a><br></div><a href="objects.html">Objects and Lists</a><br><a href="callpolicies.html">Call Policies</a><br><div style="margin-left: 40px;"><a href="callpolicies.html#factories">Factoriesand sinks</a><br><a href="callpolicies.html#variadic">Variadic functions</a><br></div><a href="goodies.html">Various Goodies</a><br><div style="margin-left: 40px;"><a href="goodies.html#packages">Packagesupport</a><br><a href="goodies.html#streameval">Streamevaluation</a><br><a href="goodies.html#namespaces">TclNamespaces</a><br><a href="goodies.html#safe">Safe Tcl Interpreters</a><br><a href="goodies.html#aliasing">Aliasing</a><br></div><a href="errors.html">Errors</a><br><a href="compiling.html">Compiling</a><br><br><br><hr style="width: 100%; height: 2px;">Copyright © 2004-2006,MaciejSobczak<br><br></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -