CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: laasunde

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    2,876

    Re: STL algorithm adapter

    Thank you.

    That looks very interesting.

    Will study it in more detail the coming week.
  2. Replies
    3
    Views
    2,876

    STL algorithm adapter

    Hello,

    An external library has the following header file;


    template <typename T>
    class MyCollection
    {
    public:
    MyCollection();
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured