CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Dec 2007
    Posts
    3

    STL & hash_set problem

    Hello,

    I'm new to the forums and this is my first post (not sure if it's in the right place) and i'm also a beginner at programming in c++, so bear a little with me.

    I'm trying to get the STL hash_set included in my code but i'm getting some wierd problems compiling (very big compiling error). Firstly, i don't know if i installed STL correctly (extracted to include dir in devc++). Second, i included the hash_set (#include <hash_set.h>) in a simple example program and getting the huge compile error. I think it's a very common problem but due to my ignorance i'm unable to solve it. I hope no additional information is required as i think many of you may already know what is going on.

    Thanks,
    Unrul3r

    PS: Sorry if the post is a bit messy/sloppy but i'm in a bit of a hurry
    Last edited by Unrul3r; December 17th, 2007 at 07:54 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured