Re: 2-dimensional arrays and functions

From: Karl Heinz Buchegger (kbuchegg_at_gascad.at)
Date: 10/30/03


Date: Thu, 30 Oct 2003 03:13:28 +0100


Jumbo wrote:
>
> So what if the pointer has gone out of scope.
> This doesn't mean anything.
> What makes you think it's invalidated? :-s

The language definition.
Plain and simple.

-- 
Karl Heinz Buchegger
kbuchegg@gascad.at


Relevant Pages

  • Re: 2-dimensional arrays and functions
    ... >> So what if the pointer has gone out of scope. ... > The language definition. ... > Plain and simple. ... I suggest you learn the language before attempting to learn the the language ...
    (alt.comp.lang.learn.c-cpp)
  • Re: Yet another brute force sudoku solver
    ... That is just plain wrong. ... care is needed when talking to people who only know ... languages where "global" is a scope. ... variable = object with external linkage" meaning then C has the odd ...
    (comp.lang.c)
  • Re: about memory model
    ... Ignoring the lack of requirement for a stack or heap the following is just plain WRONG ... optimisations have to be turned off. ... A volatile variable will always be kept in the same place in memory so the outside routine - usually an interrupt - can find it to modify it. ... volatile object) then there is absolutely NO requirement that it is kept in the same place in memory, and in general it will be created where ever happens to be convenient when the scope is entered. ...
    (comp.lang.c)
  • Re: Scope of Autocorrect entries
    ... what scope does this action have? ... > Do I only remove or restore the entries belonging to a certain style, ... Depends on whether the entry is "formatted" or just plain text. ... This reply is posted in the Newsgroup; ...
    (microsoft.public.word.vba.general)
  • Re: BEGIN, INIT etc...
    ... variables lose scope when the BEGIN code block is completed (which is ... But in plain old Perl I can still ... there is a corollary between these code blocks and scope. ...
    (comp.lang.perl.misc)