Script started on Mon Jun 28 15:58:43 2004 $ CPP justification.C justification.C*** $ justification.out Default justification tests (all 40 wide): string: ' string' 3.2: ' 3.2' 3.0: ' 3' 0xFF: ' ff' 3: ' 3' bool: ' 1' char: ' c' With showpoint justification tests (all 40 wide): string: ' string' 3.2: ' 3.20000' 3.0: ' 3.00000' 0xFF: ' ff' 3: ' 3' bool: ' 1' char: ' c' ...and Left justification tests (all 40 wide): string: 'string ' 3.2: '3.20000 ' 3.0: '3.00000 ' 0xFF: 'ff ' 3: '3 ' bool: '1 ' char: 'c ' ...and boolalpha justification tests (all 40 wide): string: 'string ' 3.2: '3.20000 ' 3.0: '3.00000 ' 0xFF: 'ff ' 3: '3 ' bool: 'true ' char: 'c ' ...and showbase justification tests (all 40 wide): string: 'string ' 3.2: '3.20000 ' 3.0: '3.00000 ' 0xFF: '0xff ' 3: '3 ' bool: 'true ' char: 'c ' ...and uppercase justification tests (all 40 wide): string: 'string ' 3.2: '3.20000 ' 3.0: '3.00000 ' 0xFF: '0XFF ' 3: '3 ' bool: 'true ' char: 'c ' $ exit Script done on Mon Jun 28 15:58:52 2004