C++/Tk is a complete C++ interface to the popular Tk GUI toolkit, known from many scripting languages. The C++/Tk library uses templates and operator overloading to achieve syntactic similarity to Tcl/Tk code.
Categories
Software DevelopmentFollow C++/Tk
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
This is absolutely great thing! You can design a full, cross-platform, multithreaded, C++ framework program or application with ease. The best hing about this library is that it is thread safe, meaning that the gui script and event loop can be in any thread, not only the main one. Qt, wxWidgets and other major frameworks lack this capability absolutely... if only the custom event creation was implemented, or even if there was enough documentation to implement this myself and make a new version...