Forum: C++ Nov 10th, 2008 |
| Replies: 2 Views: 1,101 I seemed to have finally solved my problems!
1) My code WAS checking to see if the item was already in the table. The problem came in the logic. When a duplicate item was found, it had no choice but... |
Forum: C++ Nov 9th, 2008 |
| Replies: 2 Views: 1,101 *Note: its not a fully functional hashTable for technical purposes
My priority is to get it to store the strings properly. I approached this a different
yet similar way to my other post and I have... |
Forum: C++ Nov 9th, 2008 |
| Replies: 2 Views: 3,029 Thanks for the advice. I didn't understand the syntax highlighting.
My program doesn't require me to use any of those functions yet.
I couldn't if I wanted to at this moment.
The linear probing... |
Forum: C++ Nov 9th, 2008 |
| Replies: 2 Views: 3,029 Hi everyone,
Since it's the weekend, I can't get assistance from my professor or his assistant until Monday.
My deadline for submission is approaching and I'd feel a lot safer getting as much work... |