From: Andy Little (andy_at_[hidden])
Date: 2006-06-07 15:42:14


"Gerhard Wesp" wrote

> const length foot = .3048 ;
> const mass pound = .4535924;

FWIW All you need for this is:

typedef double length;
typedef double mass;

regards
Andy Little