$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Joe McCay (joemccay_at_[hidden])
Date: 2006-04-27 05:23:52
if
dt=3.5;
is a double, then would
dt=3.5F;
be a float?
and
dt=3.5L;
would be a long double?
I had forgotten about those. People don't talk & wrtie about thosse
much. Would something similar happen with int & long?
Joe McCay