User Profile

Collapse

Profile Sidebar

Collapse
Hai Jin
Hai Jin
Last Activity: Aug 23 '07, 05:35 AM
Joined: Apr 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hai Jin
    started a topic What does CRT mean in c++ programming field?
    in C

    What does CRT mean in c++ programming field?

    Is it C Run-Time?

    I don't think it is Cathode-Ray-Tube.
    See more | Go to post

  • Hai Jin
    replied to hash_set in STL
    in C
    Hi:

    I ran into the same thing as you. And I found in MS VS 2005, you need to do the following

    Code:
    using namespace stdext;
    See below for what I copied from VS 2005 online help:

    Members of the <hash_map> and <hash_set> header files are not currently part of the ISO C++ standard. Therefore, these types and members have been moved from the std namespace to namespace stdext, to remain...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...