Thursday, August 11, 2005

The beauty of it...

While trying to wrap unmanaged C++ code in Microsoft's Managed Extensions for C++ I produced the following code:

return *(new Signal(&predictor->GetInputSignal(index)));

It hit me with it's Gaudi-esque beauty.

0 comments: