--- Ray Devore wrote: > You can have global static variables.
It is wrong. The scope of a static variable defined outside any function is only inside that source file. At least I'm not the only guy who writes wrong concepts some times. ;)
--- Ray Devore wrote: > You can have global static variables.
It is wrong. The scope of a static variable defined outside any function is only inside that source file. At least I'm not the only guy who writes wrong concepts some times. ;)