about summary refs log tree commit diff stats
path: root/html/001help.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-03-15 22:31:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2018-03-15 22:38:15 -0700
commit53ba69a7c0110ffbe1173411a792ecf53c9028bb (patch)
tree1188027481b749415c16f56dfc3cdb115184df4c /html/001help.cc.html
parentf8f222454e15737ecf164899f8d28fabe6069a31 (diff)
downloadmu-53ba69a7c0110ffbe1173411a792ecf53c9028bb.tar.gz
4226 - example program: exceptions
Pretty klunky; we're violating the type system by prepending an extra result,
so functions we want to catch exceptions around have to be header-less
and check input types at run-time.
Diffstat (limited to 'html/001help.cc.html')
0 files changed, 0 insertions, 0 deletions
s='alt'>
a654e4ec ^
672e3e50 ^

4a39d12d ^


4c4d325c ^
a654e4ec ^
9e751bb8 ^
fe8bf967 ^
a654e4ec ^
fe8bf967 ^
805d58c6 ^

672e3e50 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

672e3e50 ^
e5c11a51 ^
a654e4ec ^
204dae92 ^





805d58c6 ^
b301e0c0 ^
204dae92 ^

805d58c6 ^

204dae92 ^







b301e0c0 ^
204dae92 ^
b301e0c0 ^
204dae92 ^
b301e0c0 ^
204dae92 ^

805d58c6 ^


204dae92 ^

aac2775a ^




805d58c6 ^
b301e0c0 ^


aac2775a ^

805d58c6 ^

aac2775a ^

672e3e50 ^


a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108