Ramine
unread,Dec 30, 2015, 3:00:07 PM12/30/15You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.