--
You received this message because you are subscribed to the Google Groups "cpputest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpputest+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,
Does the S in SFeedback mean static? Then it's just c code under the c++ cover. I think James has examples in his book about turning function to function pointer and other ways of replacing a function at run time. Those should apply to static functions in class too.
br, terry