Snit Roy <coolsa...@...> wrote: > > namespacs std::Tr1; > having the STL uodered_map unodered_multimap unodered_set;
Please learn to cut and paste, or at least type code more accurately. > can any1 say how to pass or call it from a function to > another function??? Same way you pass any other parameter in C++: by reference; or by value, which includes passing a pointer. -- Peter
