Re: Privilege-escalation attacks on NT-based Windows are unfixable

From: those who know me have no need of my name (not-a-real-address@usa.net)
Date: 09/12/02


From: those who know me have no need of my name <not-a-real-address@usa.net>
Date: 12 Sep 2002 01:47:22 GMT


[fu-t set]

in sci.crypt i read:

>Compile-time constants should be held in compile-time values. "sizeof(type)"
>is a compile-time constant, and as such should be held in a #define macro, or
>if you really feel the need for type protection on such a value, in a "const
>int".

itym a const size_t.

-- 
bringing you boring signatures for 17 years



Relevant Pages

  • Re: Privilege-escalation attacks on NT-based Windows are unfixable
    ... itym a const size_t. ...
    (comp.security.misc)
  • Re: Copying Charts While Changing Source Data
    ... The macro isn't on the web site (I may post it, though, because it's a good ... Const nRowsTall As Long = 12 ... ' chart layout ... Dim chtob As ChartObject ...
    (microsoft.public.excel.charting)
  • Re: How to define a const and initialize it?
    ... > do the same work as const int MYCONST will do.... ... But the thing is that macro substitution takes ... C++ compiler isn't even aware of its existence. ... This Item might better be called "prefer the compiler to the preprocessor," because #define is often ...
    (alt.comp.lang.learn.c-cpp)
  • Re: Page Numbers/Names listed on a Summary sheet?
    ... here is the code I posted earlier, modified to implement Dave's simplification (you would still change the assigned value in the Const statements as I described earlier)... ... Dim RowPosition As Long ... You don't need to activate the worksheet to get the pages. ... After you have done all of the above, the macro will be available ...
    (microsoft.public.excel.misc)
  • Re: Copying Charts While Changing Source Data
    ... Here's a macro that will create an array of charts, ... Const nRowsTall As Long = 12 ... Dim chtob As ChartObject ... I created a macro so that I could get to the code. ...
    (microsoft.public.excel.charting)

Loading