Skip to content
Prev 20282 / 63424 Next

c++ code on amd64

You mention 'float' repeatedly.  A %f argument in Rprintf (and printf) 
refers to a _double_.  Given how little you have shown us it has to be 
entirely guesswork, but is cel.GetIntensity(1) perhaps a float?  If so 
what happens is I believe undefined and compiler-specific.  (Normally 
headers force conversions, but not for variable-argument-list functions.)
On Sun, 16 Apr 2006, Kasper Daniel Hansen wrote: