From: Ioannis Vranos on
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
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
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/