in reply to Re: Re: Re: Help - I'm a C programmer
in thread Help - I'm a C programmer

I use, for #define symbols that are horribly global, names based on UUID's (a.k.a. GUID's). That cannot match anyone else's generated UUID, and is quite unlikely to match a random string of hex digits that someone just pulled out of the air or generated with some other algorithm.

—John

  • Comment on Re: Re: Re: Re: Help - I'm a C programmer