- #1
- 10,296
- 41
Well, I have an app that I'd like to write in C/C++ on both Linux and Windows, and be able to use the same GUI code on both.
I have never taken the time to learn Windows GDI programming, and, from the looks of it, I don't want to.
My first instinct was Qt -- but it looks like Qt is now a commercial product. (Blah.) How about GTK+? I've never used it before. Is it worth learning?
And then there's Tcl/Tk, but it seems pretty much overkill to link in all that crap just to display some buttons in a window.
Any other solutions I'm overlooking?
- Warren
I have never taken the time to learn Windows GDI programming, and, from the looks of it, I don't want to.
My first instinct was Qt -- but it looks like Qt is now a commercial product. (Blah.) How about GTK+? I've never used it before. Is it worth learning?
And then there's Tcl/Tk, but it seems pretty much overkill to link in all that crap just to display some buttons in a window.
Any other solutions I'm overlooking?
- Warren