User profile: Jack816

User info
User name:Jack816
History
Joined:
Number of posts:60
Latest posts:

Help with hash tables
Hello, I need to count the number of collisions I get when I use linear probing and quadratic probin...

Problem with dynamic cast
Could someone explain what I'm doing wrong on line 38? I've spent about the last 30 minutes trying t...

Beginner Help
You could use a do while loop. It would look something like this. [code] do { cout << "How m...

functions
If you pass 'x' by reference its value will be -1 after the function call.

Random Integer wont regenerate new value
Include the [code]<ctime>[/code] header and seed rand at the beginning. [code]srand(time(NULL))[/c...