This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Converting GCC to compilation with C++


On Jul 13, 2004, at 2:25 PM, Robert Dewar wrote:
Well it is interesting to note that the use of dynamic dispatching
in safety-critical programs is extremetly problematic

And callback functions and function pointers then are a breeze? Or, are they just as hard? If they are just as hard, what is your point?


Personally, I find C++'s virtual functions to be easier to deal, easier to follow and cope with that the various hook stuff.

Look at it sometime, it's, well, gross. In fact, I think the #define version to be easier to read, understand and follow, at times.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]