Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Who cheats who (Score 3, Interesting) 684

I had a similar experience with a co-worker who had an MSc in CS (from U. of Windsor, Ontario).
"Stack, stack! What's all this about stack?" he impatiently groused to me one day during a work conversation.
I pulled him into a back room (because I was embarassed for him) and explained to him what a stack was.

Comment Re:null or not null, that is the question (Score 1) 612

When debugging at the hardware level it's fairly common to fill uninitialized memory (or newly allocated in a debug version of the malloc libraries) with a value that will either cause the computer to execute a system level break ( eg: TRAP / BRK etc) or something fairly obvious such as ($BA).

If you don't like the 0's, then replace your memory allocation library.

$BA ?
Does that stand for 'bugger all'?

Slashdot Top Deals

E = MC ** 2 +- 3db

Working...