|
Boost : |
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk