hash_map in VC6 [modified]
-
Hi, I am trying to use some open source codes which is trying to include the header and it's not found in VC6. May I know if it is possible for me to download the missing header and source somewhere and use it in my project? I saw a website as below: http://www.cs.cmu.edu/afs/cs.cmu.edu/user/gchen/www/download/stl/download.html[^] How can I use it? Thanks. -- modified at 4:27 Monday 22nd January, 2007
-
Hi, I am trying to use some open source codes which is trying to include the header and it's not found in VC6. May I know if it is possible for me to download the missing header and source somewhere and use it in my project? I saw a website as below: http://www.cs.cmu.edu/afs/cs.cmu.edu/user/gchen/www/download/stl/download.html[^] How can I use it? Thanks. -- modified at 4:27 Monday 22nd January, 2007
whatever@whatever.com wrote:
which is trying to include the header
Which header ?? We can hardly help if you don't provide at least minimum information about your problem.
whatever@whatever.com wrote:
May I know if it is possible for me to download the missing header and source somewhere and use it in my project?
Probably not because if you don't have the header file, you probably don't have the necessary library neither.
Cédric Moonen Software developer
Charting control [v1.1] -
whatever@whatever.com wrote:
which is trying to include the header
Which header ?? We can hardly help if you don't provide at least minimum information about your problem.
whatever@whatever.com wrote:
May I know if it is possible for me to download the missing header and source somewhere and use it in my project?
Probably not because if you don't have the header file, you probably don't have the necessary library neither.
Cédric Moonen Software developer
Charting control [v1.1]Sorry. its using the hash_map> container. any idea if i can download the library and include it in my project? Thanks.
-
Sorry. its using the hash_map> container. any idea if i can download the library and include it in my project? Thanks.
hash_map is not part of the STL. Perhaps you can get it from boost, or something ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert