Hello to every body, I will like to know if you can give some information about real time systems programming using the c++ leguage. thanks for your help.
What sort of information where you looking for? There are some features of C++ that are not terribly efficient and should be avoided in real time programming, this has lead to the emergence of a subset of C++ commonly called Embedded C++
I think you need to be avoid polymorphism and multiple inheritance, I forget what else though.
Comment