Skip to content

thelema/cpptcl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++/Tcl - a C++ library for interoperability between C++ and Tcl.

Version 1.1.4.002 July 31, 2012

Copyright (C) 2012,      Wei Song                     <wsong83@gmail.com>
Copyright (C) 2004-2006, Maciej Sobczak             (the original author)

---

You should see the following directories here:

- doc      - contains a short documentation for the library
             or see http://wsong83.github.com/cpptcl
- examples - some simple examples to show C++/Tcl basics
- test     - tests used for development - use them for regression testing
             if you want to modify the library
- details  - some additional code used by the library (not for client use)

In addition, the following files may be of interest to you:

- README   - this file
- LICENSE  - explanation of the license terms
- CHANGES  - the history of changes


The C++/Tcl itself consists of these files:
- cpptcl.h   - to be included in your own files
- cpptcl.cc  - to be compiled and linked with your code


In order to compile the tests and the examples you may need to change the
compiler options to fit your particular environment (different paths to the
Tcl headers and libs, another compiler, etc.)


Anyway - have fun! :-)

About

C++/Tcl, a library that allows to easily integrate C++ and Tcl.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • Makefile 2.4%
  • Tcl 0.4%