$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (beman_at_[hidden])
Date: 2000-08-17 08:09:58
Aleksey Gurtovoy wrote:
>Negative effects of coupling become obvious when one library uses a
second
>library which uses a third, and so on. The worst form of coupling
requires
>the user understand each of the coupled libraries. Coupling may also
reduce
>portability of a library - even in case when all used libraries are
>self-sufficient (see example of questionable usage of <iostream> library
>below).
Yes, that is an improvement. Changed. Thanks!
--Beman