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
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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...