Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by joenching

  1. joenching

    Insert Items in Hash Table Container.

    My question is, for inserting ( "Dave", 23) How I can let the computer knows this items should be place in Bucket #10? Any algorithm can do it? thanks for advise. Here is my expected output: Bucket #0 contains: [Carol,29] Bucket #1 contains: Bucket #2 contains: [Fred,45] Bucket #3 contains...
  2. joenching

    enum question

    I am going to write an enumerated type that identifies the suit of the jail cell. However, it should be from another class - Card. I tried to code it like that Code: enum card::suit; //an enumerated type (located in the Card ADT) that identifies the suit of the jail cell I think it is not...

Part and Inventory Search

Back
Top