From: Allen A. <ak...@po...> - 2000-11-30 01:29:13
|
On Wed, Nov 29, 2000 at 04:30:07PM -0800, Bret Mogilefsky wrote: | Hi there. I'm writing a driver for Mesa and I'd like to be able to use C++ | for large parts of it. I happen to like C++ myself, but depending on the OS you have in mind I might not recommend it for a driver. For instance, until gcc 3.0 comes along, there's no guarantee of binary compatibility for successive versions of C++ object files. Compiler-generated references to libstdc++ (among other things) have caused compatibility problems under Linux in the past. Allen |