cpptcl icon indicating copy to clipboard operation
cpptcl copied to clipboard

C++ library for interoperability between C++ and TCL

Results 2 cpptcl issues
Sort by recently updated
recently updated
newest added

Hi there, i did some work on cpptcl. let me know if you are interested. * c++ variadic templates, remove a lot of boilerplate code * remove a couple of...

This program crashes with a segfault; it tries to call Tcl_CreateInterp via the tcl stubs pointer, but the stubs pointer is null. (case 1) ```c++ #include "cpptcl.h" #include "tcl.h" int...