☆─────────────────────────────────────☆
jjwwjj (jjwwjj) 于 (Sun Nov 5 00:25:40 2006) 提到:
8. What’s potentially wrong with the following code?
long value;
//some stuff
value &= 0xFFFF;
Note: Hint to the candidate about the base platform they’re
developing for. If the person still doesn’t find anything wrong with the
code, they are not experienced with C++.
9. What does the following code do and why would anyone write something
like that?
vo