C and C++: A Case for Compatibility - http://www.ddj.com/cpp/184401555
Article by Bjarne Stroustrup. Bjarne identifies some non-issues as he continues his case for compatibility between C and C++. |
C and C++: Case Studies in Compatibility - http://www.ddj.com/cpp/184401562
Article by Bjarne Stroustrup. Reconcilable differences? You decide. |
C and C++: Siblings - http://www.ddj.com/cpp/184401543
Article by Bjarne Stroustrup. We're at a crossroads for compatibility between C and C++. Can siblings go their separate ways and still remain on speaking terms? |
Incompatibilities Between ISO C and ISO C++ - http://david.tribble.com/text/cdiffs.htm
Thorough listing of incompatibilities between ISO C 99 and ISO C++ 98. An incompatible C feature in this context is valid as C code but not as C++ code. |