Wrox Programmer Forums
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old August 12th, 2008, 05:29 AM
Friend of Wrox
 
Join Date: Jun 2005
Posts: 101
Thanks: 0
Thanked 1 Time in 1 Post
Default Hashtables

Has anyone written code for a hash table?

The Hash table classes are not part of the standard STL. This causes some difficulty that I think can best be overcome by getting advice from someone who has been down this path.

The hash table library can be gotten from one of three sources:

http://gcc.gnu.org/libstdc++/
http://www.sgi.com/Technology/STL
http://www.boost.org/

But no instruction is given on how to merge the code with the header files I already have.


Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
HashTables in VBA echovue Access VBA 3 May 31st, 2008 10:40 PM
HashTables NitinJoshi General .NET 1 February 9th, 2005 03:53 PM
Shopping Baskets and Hashtables RobEdyvean VB How-To 1 August 18th, 2004 01:18 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.