Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

He is my conclusion about C++

29 views
Skip to first unread message

Ramine

unread,
Dec 30, 2015, 3:01:05 PM12/30/15
to
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.


So the case is claused ! so i am convinced now that C++ is good for
reatime safety critical systems.



Thank you,
Amine Moulay Ramdane.

Mr Flibble

unread,
Dec 31, 2015, 12:04:11 PM12/31/15
to
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



0 new messages