Thread
:
hashing help
View Single Post
06-28-2004, 01:39 AM
#
3
(
permalink
)
Valmont
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Code:
Index <Student, Student.itsID> I;
Urm, you entered
Student
correctly but
Student.itsID
is wrong. You need to specify a
type
. Most likely an
int
to to keep it basic.
Make sure you define a
key
and a
hashmethod
in class Student.
__________________
Valmont
View Public Profile
Find More Posts by Valmont