
13 Aug
2002
13 Aug
'02
3:37 p.m.
On 2002-08-13T07:34:54-0700, Seth Kurtzberg wrote:
Neither of you should be using a global variable at all! Do something like this:
struct _myglobals { . . . bool interrupted; . . . } myglobals;
and then replace "interrupted" with "myglobals.interrupted".
C has enough problems without using unqualified globals!
But if they *both* use the name "myglobals"... -- Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig "Anyone who slaps a 'this page is best viewed with Browser X' label on a Web page appears to be yearning for the bad old days, before the Web, when you had very little chance of reading a document written on another computer, another word processor, or another network." -- Tim Berners-Lee