Re: [c++-pthreads] C++ and posix threads
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [c++-pthreads] C++ and posix threads
- To: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Subject: Re: [c++-pthreads] C++ and posix threads
- From: Ted Baker <baker@xxxxxxxxxx>
- Date: Mon, 22 Dec 2003 16:57:12 -0500
> (c) it is OK to consider slightly broader modifications to the existing
> C interfaces for C++ (such as modifying "read()" to throw an exception),
> but it should still be possible to recompile C programs as C++ programs
> and get reasonable behavior.
I don't think you will be able to get buy-in from vendors or
users of C if you require changes to the POSIX C libraries that
would change the behavior of any existing C application that
conforms to the current Open Group Unix or the IEEE POSIX
standards.
--Ted