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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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...