First page Back Continue Last page Overview Graphics
Advantages of gtkmm
(compared to GTK+)
All the advantages of C++.
Type-safe: find errors at compile time.
Clearer API.
Inheritance to derive new widgets.
Simpler memory management.
Less code.
Forget reference counting.
Notes: