Jeff Bailey <[EMAIL PROTECTED]> writes: > On Mon, Feb 11, 2002 at 06:34:13PM -0800, Thomas Bushnell, BSG wrote: > > > I think that using #include <cthreads.h> in a C++ program is wrong > > for exactly the same reasons that using it in a Pascal program would > > be wrong. > > C++ is designed to link with C libraries. Pascal is not. The > argument doesn't follow.
Um, then the C++ designers should be flamed for promising you a language that "is designed to link with C libraries" but, in fact, is not. Thomas