|
|
Thursday, July 03, 2003
|
|
Pop quiz: What's wrong with the following line of C :
// returns 0 on success, -1 on failure extern int dosomework();
int main() { ASSERT( dosomework() == 0 ); return 0; }
I just fixed a bug against my code that was caused by this type of problem.
10:08:11 AM
|
|
|
© Copyright 2004 John Cormie.
Last update: 3/21/2004; 10:29:20 AM.
|
|
July 2003 |
Sun |
Mon |
Tue |
Wed |
Thu |
Fri |
Sat |
|
|
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 |
|
|
Jun Aug |
|
|