Re: CINT iostream

From: Otto Schaile (Otto.Schaile@Physik.uni-muenchen.de)
Date: Tue Aug 17 1999 - 16:14:01 MEST


On Tue, 17 Aug 1999, Christopher A. Stevens wrote:

> 
> root [1] int a=20;
> root [2] cout << hex << a << endl;

I use the following which works: (with #include <iomanip.h> in
rootalias.C)

root [0]  int a=20;
root [2]  cout << setbase(16) << a << endl;
14

Cheers
Otto

----------------------------------------------------------------------------
Otto Schaile                    Sektion Physik der LMU Muenchen
Phone: (+49 89)289 14070        Am Coulombwall 1, D-85748 Garching, Germany
FAX:   (+49 89)289 14072        EMail: Otto.Schaile@Physik.Uni-Muenchen.DE



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:38 MET