> From: "David Balazic" <[EMAIL PROTECTED]>
>
> C++ is a superset ( more or less ) of C , so it should handle C code.

In terms of features that's broadly true for C89, but differences in the
type system, operator precedence and the the set of reserved/key words are
enough to make porting a chore, usually an unnecessary one. Then you have
C99 with a pile of features that C++ lacks, such as variable-length arrays.

-- Mat.


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to