[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

Please read again, i correct about C++

Ramine

12/30/2015 11:11:00 PM

Hello........


I think C++ is good for realtime 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 closed ! so i am convinced now that C++ is good for
realtime safety critical systems.



Thank you,
Amine Moulay Ramdane.