[antlr-interest] Re: Conversion StdCParser for C++

aliguori123 ajl13 at bellatlantic.net
Mon Feb 4 11:04:35 PST 2002


There is no hash table in the C++ standard.  There likely will be
though in the future.  There is a pretty much a semi-standard hash_set
and hash_multiset class available from SGI or Boost.

G++ includes the SGI hash_set & hash_multiset by default and they are
accessible by including <hash_set> or <hash_multiset> respectively. 
Here are the relavant sites for more info:

SGI STL:
http://www.sgi.com/tech/stl

Boost:
http://www.boost.org

Regards,
Anthony

--- In antlr-interest at y..., David Wigg <wiggjd at s...> wrote:
> Can anyone point me to a C++ equivalent (or near) to java hashtable
> class?
> 
> Thanks.
> 
> David.


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list