|
Prev: interposing library calls - general development
Next: using zip utility without getting all the parent dir in archive
From: Ioannis Vranos on 26 Jun 2008 14:25 I am looking for a decent portable C++ (meaning C++ API, not C) GUI framework that works both on Linux and Windows, so as to study and learn it. That is, there should be at least one good decent book about it. One option is QT. QT licensing however, is to pay for the QT framework, for running non GPL applications on Windows. Does anyone know any decent (like QT) portable C++ GUI framework for Linux and Windows with good documentation (books) available?
From: FrenKy on 26 Jun 2008 19:55 Ioannis Vranos wrote: > I am looking for a decent portable C++ (meaning C++ API, not C) GUI > framework that works both on Linux and Windows, so as to study and learn > it. That is, there should be at least one good decent book about it. > > > One option is QT. QT licensing however, is to pay for the QT framework, > for running non GPL applications on Windows. > > Does anyone know any decent (like QT) portable C++ GUI framework for > Linux and Windows with good documentation (books) available? Perhaps http://www.wxwidgets.org/
From: Erebus on 27 Jun 2008 10:48
http://www.fltk.org/ On Jun 26, 7:55 pm, FrenKy <i...(a)prezime.com> wrote: > Ioannis Vranos wrote: > > I am looking for a decent portable C++ (meaning C++ API, not C) GUI > > framework that works both on Linux and Windows, so as to study and learn > > it. That is, there should be at least one good decent book about it. > > > One option is QT. QT licensing however, is to pay for the QT framework, > > for running non GPL applications on Windows. > > > Does anyone know any decent (like QT) portable C++ GUI framework for > > Linux and Windows with good documentation (books) available? > > Perhapshttp://www.wxwidgets.org/ |