<iomanip> in CINT

From: Vassili Maroussov <Vassili.Maroussov_at_cern.ch>
Date: Tue, 12 Oct 2010 16:42:13 +0200


Dear ROOTers,

it seems the ostream manipulator(s), at least the ::showpoint, don't work properly in CINT:

[vmarouss_at_Ezhik-HDX18 ROOT_Code]$ root


ROOT 5.27/05 (trunk_at_34633, Jul 28 2010, 13:31:45 on linuxx8664gcc)

CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010 Type ? for help. Commands must be C++ statements. Enclose multiple statements between { }. root [0] #include <iostream>
Note: File "iostream" already loaded

root [1] #include <iomanip>
root [2] double d = 1.
root [3] cout << showpoint << d << endl;
0x7f2431ace0b01
root [4] .q

Cheers,

Vassili Received on Tue Oct 12 2010 - 16:42:24 CEST

This archive was generated by hypermail 2.2.0 : Wed Oct 13 2010 - 11:50:01 CEST