CINT iostream

From: Christopher A. Stevens (stevensca@navair.navy.mil)
Date: Tue Aug 17 1999 - 16:08:28 MEST


Could someone else try this and let me know if you get the same result,
so I can find out if it's just me or not.

root [1] int a=20;
root [2] cout << hex << a << endl;
20   (not 14 hex as expected)
root [3] cout.setf(ios::hex);
root [4] cout << a << endl;
20  (again not 14 hex as expected)

Using ROOT 2.22/10 with CINT 5.14.10 under Redhat 6.0.
Thanks.

P.S. If questions like this, about CINT, are not approved on this mail
list, let me know that too, so I can look elsewhere for an answer.

-- 
Christopher A. Stevens
Navigation/Data Reduction
Voice (301) 342-3181 x263 Fax   (301) 342-4745



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