Changes in src/examples/io.c [58b5d03:dd51906]
- File:
-
- 1 edited
-
src/examples/io.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/examples/io.c
r58b5d03 rdd51906 11 11 // Created On : Wed Mar 2 16:56:02 2016 12 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Wed Jun 8 22:52:04201614 // Update Count : 3013 // Last Modified On : Thu May 26 10:06:00 2016 14 // Update Count : 28 15 15 // 16 16 … … 34 34 long double _Complex ldc; 35 35 char s1[10], s2[10]; 36 37 int x = 3, y = 5, z = 7;38 sout | x * 3 | y + 1 | z << 2 | x == y | (x | y) | (x || y) | (x > z ? 1 : 2) | endl;39 sout | 1 | 2 | 3 | endl;40 sout | '1' | '2' | '3' | endl;41 sout | 1 | "" | 2 | "" | 3 | endl;42 sout | endl;43 36 44 37 ifstream in; // create / open file
Note:
See TracChangeset
for help on using the changeset viewer.