Your code gave me an inspiration. It may not be exaxtly the same, but
there can be a way. But , is speed important? The answer depends on it.
> float f(float x) {.... some code ...}
> main() {
> TPointer* p=new TPointer(f);
> NickTest::doit(p);
> }
Masaharu Goto