On 30/12/2015 23:01, Ramine wrote:
> Hello.....
>
>
> I think C++ is good for reatime safety critical systems, because:
>
>
> 1- You can enforce the strong typing of Ada by using
> object oriented programming.
>
> 2- And you can avoid signed or unsigned int overflow and underflow by
> using a secure library that uses operator overloading with
> the right tests inside them that catch the signed or unsigned int
> overflow and underflow.
No, you can't overload the arithmetic operators for the basic types
sausages.
/Flibble