Advice: Hash table, C++ GUI

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2008
Posts: 7
Reputation: bleh1318 is an unknown quantity at this point 
Solved Threads: 0
bleh1318 bleh1318 is offline Offline
Newbie Poster

Advice: Hash table, C++ GUI

 
0
  #1
Aug 29th, 2008
Hi all,

I just wanted to ask for your guys advice on two topics. The first one is I'm wondering what is the best library to use for a hash table in a C++, what do you guys use? Or do you implement your own?

The second thing is, when you guys program for unix / linux using g++, what kind of IDE do you use to edit and compile your programs? Is there a good windows / linux based GUI for working with g++?

Thanks,

Bleh
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,787
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 745
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: Advice: Hash table, G++ GUI

 
1
  #2
Aug 29th, 2008
>The first one is I'm wondering what is the best library to use for a hash table in a C++
It depends on what you need. Google's sparse hash library is nice, and if you can find a good implementation of TR1 (such as Dinkumware), you can use the hash_set and hash_map classes.

>what do you guys use?
I currently use TR1 (first my own implementation, now Dinkumware).

>Or do you implement your own?
In C I implement my own. In C++ I used to implement my own until I gained confidence in third party implementations that matched the interface I wanted to use. I don't recommend rolling your own hash table unless you really know what you're doing.

>what kind of IDE do you use to edit and compile your programs?
I don't use an IDE. I use some flavor of vi and make.

>Is there a good windows / linux based GUI for working with g++?
Code::Blocks is a good IDE, and it's available for several Linux distributions.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC