William R. Lorenz
2005-05-20 03:54:16 UTC
Hi All,
My Lab #4 is all done and submitted, but I do have a quick question.
In one of the functions, where I was defining a new self[hash_table]
object, I was required to use the &= as opposed to the = operator:
[... more Kernel_2_Body.h ...]
object Array_Of_Queue table;
self[hash_table] &= table;
[... more Kernel_2_Body.h ...]
Is this a matter of variable scoping, or what's the deal with this?
Thanks, in advance, for your insights! :)
My Lab #4 is all done and submitted, but I do have a quick question.
In one of the functions, where I was defining a new self[hash_table]
object, I was required to use the &= as opposed to the = operator:
[... more Kernel_2_Body.h ...]
object Array_Of_Queue table;
self[hash_table] &= table;
[... more Kernel_2_Body.h ...]
Is this a matter of variable scoping, or what's the deal with this?
Thanks, in advance, for your insights! :)