$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] offtopic: std C++ / STL / boost-friendlyUIframework?
From: Maik Beckmann (beckmann.maik_at_[hidden])
Date: 2008-09-19 06:58:20
raindog_at_[hidden] schrieb am Freitag 19 September 2008 um 04:57:
> I'm in the car atm, I will find the example when I get home.
>
> As far as winforms, I didn't mean write another .net only ui, that would be
> a waste as there is already a good one. I meant that it would be wise to
> implement a similar architecture to winforms applying modern c++ and boost
> idioms where possible.
>
> I think you recognize the same thing I do, and that is that it is a huge
> waste to adopt a library such as mfc, qt, wx or gtk as they implement so
> much more than just gui components.
Thats why I've considered fltk. Unfortunately its very pre C++98 stylish.
Porting fltk to stl/tr1 and boost might be a good bet.
-- Maik