Re: Yet another brute force sudoku solver
- From: Ben Bacarisse <ben.usenet@xxxxxxxxx>
- Date: Mon, 20 Oct 2008 14:58:53 +0100
Nick Keighley <nick_keighley_nospam@xxxxxxxxxxx> writes:
<snip>Ben Bacarisse <ben.use...@xxxxxxxxx> writes:
Even if this not what he meant, file scope is /not/ global
why not if you must use the word it's a reasonable usage.
If you mean "global" to ba an alias for "external linkage"
why not use the term?
I have no problem with people using the term, if they take care with
it. My remarks were about Just Plain Richard's suggestion that "file
scope is global". That is just plain wrong.
In addition, care is needed when talking to people who only know
languages where "global" is a scope. If we take the usual "global
variable = object with external linkage" meaning then C has the odd
property (odd as far as such people are concerned) that the name of a
"global variable" might be "in scope" only inside two tiny functions
out of a million lines of code.
--
Ben.
.
- References:
- Yet another brute force sudoku solver
- From: Boon
- Re: Yet another brute force sudoku solver
- From: Trent Josephsen
- Re: Yet another brute force sudoku solver
- From: Default User
- Re: Yet another brute force sudoku solver
- From: Richard
- Re: Yet another brute force sudoku solver
- From: Ben Bacarisse
- Re: Yet another brute force sudoku solver
- From: Richard
- Re: Yet another brute force sudoku solver
- From: Nick Keighley
- Yet another brute force sudoku solver
- Prev by Date: Re: text reading
- Next by Date: Re: text reading
- Previous by thread: Re: Yet another brute force sudoku solver
- Next by thread: Re: Yet another brute force sudoku solver
- Index(es):
Relevant Pages
|