Todd Warner wrote:

> e.g. Again, from int to float:

or double to int even... :)

>
>     double d = 5.0;
>     int i = static_cast<int>d;

:)
-T

Reply via email to