when I write a c++ program, it's already with real-time response, not much delay, I just wonder how can I write a c++ real-time program ?
what I can think of is the delay from IO (say file IO, network IO) or blocking function calls. The point is that it's not language related, I mean, any language will have this kind of delay, not c++ specific. It seems that C++ and real-time programming are two separated topics, am I right ? If not, pls explain further.
is there any book teaching real-time programming ?
is there any other revelent resources ?
Thanks
what I can think of is the delay from IO (say file IO, network IO) or blocking function calls. The point is that it's not language related, I mean, any language will have this kind of delay, not c++ specific. It seems that C++ and real-time programming are two separated topics, am I right ? If not, pls explain further.
is there any book teaching real-time programming ?
is there any other revelent resources ?
Thanks