Forum: C++ Feb 20th, 2005 |
| Replies: 8 Views: 11,429 thanks - I was thinking about it after - and I am only entering 30 part numbers - and the array holds 41 elements...I know its not the best way to do it...but I just changed the value to 30. I think... |
Forum: C++ Feb 20th, 2005 |
| Replies: 8 Views: 11,429 I have this program that is supposed to read part numbers from a text file.
101-110, 301-310, 501-510 and put them into a hash table. It will prompt for one of four algorithms to be used and then... |
Forum: C++ Feb 4th, 2005 |
| Replies: 6 Views: 36,248 I know...its just that I am in over my head, and figure if i start simple it might all start to make sense :) |
Forum: C++ Feb 3rd, 2005 |
| Replies: 6 Views: 36,248 Okay so that was my stupid mistake...I actually have 30 values...so I made the array size 41.
but the changes you made worked great, and I will remember the code tags :o I didn't expect a... |
Forum: C++ Feb 3rd, 2005 |
| Replies: 6 Views: 36,248 Hello,
I have an assignment where I have to create a hash table and load 30 part numbers into it- should be a 2-d array...and eventually I have to prompt the user to choose an algorithm and keep... |