:: Re: [DNG] What about the boost c++ …
Top Page
Delete this message
Reply to this message
Author: Aitor
Date:  
To: dng
Subject: Re: [DNG] What about the boost c++ libraries?
Hi again,

On 14/12/19 12:41, Aitor wrote:
>
> Hi all,
>
> Some months ago i rewrote the backend of simple-netaid, and now i'm
> spending good time doing the same with the frontend.
> Reading documents, i found some useful features in the boost c++ 
> libraries:
>
> https://www.boost.org/
>
> Only *boost-iostream* and *boost-filesystem* are required in
> simple-netaid so far, even though I could do the same job using only
> the stardard c++11, of course.
> I say this because once somebody said (here, in the mailing list) "no
> more wraps, please", but maybe referring to dbus or something similar [*].
> What do you think of?
>
> Cheers,
>
> Aitor.
>
> [*] git-buildpackage is a wrap for dpkg-buildpackage and it's cool.
>

I must add that I disagree with the overuse of smart pointers and some
design patterns.
I was rather surprised to see that all the gtkmm forms of
mysql-workbench are singleton!

Aitor.