hi i m usimng a multimap as
multimap<CustName,PhoneNo,Comp> but its equal_range() and count() functions are not working. CustName and PhoneNo are 2 classes.
I have declared a third class Comp to compare 2 CustName objects and also overloaded '<' operator but on compiling its giving an error