討論串learning dragonfly or C...
共 23 篇文章
內容預覽:
Matthew Dillon <dillon@apollo.backplane.com> wrote:. > :> struct fubar * blah;. > :> struct fubar *nblah;. > :>. > :> getmafubar(&nblah);. > :> blah =
(還有880個字)
內容預覽:
Nope. Ok, I'll tell you... it's so the compiler can optimize 'blah'. into a register.. You see, if you pass the address of a local variable to a proce
(還有1164個字)
內容預覽:
On Thu, Nov 11, 2004 at 02:04:48PM -0800, Matthew Dillon wrote:. >:. >:> This brings up an interesting ancillary issue in that you might also. >:> see
(還有1739個字)
內容預覽:
Nope. Ignore the actual function names and ignore the function of. the code, its irrelevant. Just focus on the question: Why is. &nvp being passed to
(還有513個字)
內容預覽:
On Thu, Nov 11, 2004 at 04:32:24AM -0800, Max Okumoto wrote:. >George Georgalis wrote:. >[stuff deleted]. >>When jumping into a block of code that has
(還有789個字)