February 08, 2007 Archives

2007-02-08

Threads and memory model for C++

C++ does not know the notion of threads and this causes problems. Here Hans Böhm "describes an effort to clarify the meaning of multi-threaded C++ programs, and to provide some standard thread-related APIs where those are currently missing".

Posted by Alexander Bernauer | Permanent Link | Categories: C++

2007-02-08

Incompatibilities Between ISO C and ISO C++

C++ is a superset of C, right? No, regardless of which version one considers. Here David R. Tribble gives a short explanation about the different standards and lists a lot of incompatilitbities between those.

Posted by Alexander Bernauer | Permanent Link | Categories: C++