comparison NEWS @ 2922:5d78f1ba95a8

[project @ 1997-05-02 04:50:54 by jwe]
author jwe
date Fri, 02 May 1997 04:50:54 +0000
parents c8e635ff1af4
children 1b219fa3c56a
comparison
equal deleted inserted replaced
2921:64dd86522a1d 2922:5d78f1ba95a8
32 in C++ for file objects and built-in types. For example, 32 in C++ for file objects and built-in types. For example,
33 33
34 my_stream = fopen ("foo", "w"); 34 my_stream = fopen ("foo", "w");
35 my_stream << "x = " << pi << " marks the spot\n"; 35 my_stream << "x = " << pi << " marks the spot\n";
36 36
37 writes `x = 3.14159 marks the spot' in the file foo. 37 writes `x = 3.1416 marks the spot' in the file foo.
38 38
39 The built-in variables stdin, stdout, and stderr are now also 39 The built-in variables stdin, stdout, and stderr are now also
40 file objects instead of integers. 40 file objects instead of integers.
41 41
42 list: 42 list: