C++ has its places, especially where inheritance fits well, and GUI is the best example for the use of inheritance. For more procedure stuff like the kernel or device driving then C works well. Remember there are more mundane features of OO like grouping procedures and data into packages which can be done with any language though C++ provides one with features to do it and control it.
One danger I see with using C++ is that using RTLinux implies one wants control over what happens especially with predictable timing. What a compiler does with C++, especially dynamic calling, creation and deletion of objects and memory allocation and worse of all memory deallocation may mean one loses control. Karl. -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
