$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Miller (paul_at_[hidden])
Date: 2004-02-17 15:32:17
I'm in the interesting situation of having to decide whether to use Qt
threads or boost threads in this application I am developing. boost
threads sound nice because they do not require Qt. Qt threads sound nice
because they are integrated more with Qt, and might interroperate better
when combined with a UI.
Anyone have any advice on the matter?