INET:nick@fys.ruu.nl

=?ISO-2022-JP?B?GyRCOGVGIyEhQDU8IxsoQg==?= (MXJ02154@niftyserve.or.jp)
Sat, 08 Nov 1997 16:23:00 +0900


Nick,
INET:nick@fys.ruu.nl

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