User Profile

Collapse

Profile Sidebar

Collapse
mailarchis
mailarchis
Last Activity: Feb 8 '07, 01:29 PM
Joined: Oct 18 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mailarchis
    replied to C++ header file using STL
    in C
    Thanks for the reply it seems to work
    See more | Go to post

    Leave a comment:


  • mailarchis
    started a topic C++ header file using STL
    in C

    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);
    ...
    See more | Go to post
No activity results to display
Show More
Working...