Forum: Computer Science Oct 19th, 2008 |
| Replies: 4 Views: 1,939 I am trying to write a program that either zero extends or sign extends a 16 bit input to a 32 bit output, what exactly is meant by sign extending a number? I believe zero extending would be adding... |
Forum: Computer Science Mar 21st, 2008 |
| Replies: 2 Views: 1,229 I am trying to program in C++ a binary search tree, but I am having trouble understanding what a successor is. Can someone help me out? |