User Profile
Collapse
-
Thanks for the reply it seems to work -
C++ header file using STL
I am trying to write a header file in C++.It has some classes which make use of C++ STL.Say for example the following code
foo.h
...Code:template <class key,class val> class d_array { public : map <key,val> h; val &operator[](key k); val &operator[](map <key,val>::iterator itr); void clear(); int defined(key k); void undefine(key k);
No activity results to display
Show More
Leave a comment: