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

Search:

Type: Posts; User: azeotrope

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    7,859

    Searching a vector of objects for pairs

    Hello all,

    Say I have a vector of objects and I want to return an object based on a pair of strings. The strings can be in either order Ie; A B==B A.

    In general, what do you think is the best...
  2. Replies
    1
    Views
    2,661

    Using a library function

    I have been trying to find a way around the following:
    I am using a library functor to solve the root of a non linear equation. It passes two doubles and the name of a function that contains the...
  3. Replies
    1
    Views
    713

    CTreeCtrl parent and child

    Hello all,

    I am pretty new to MFC so please bear with me.

    I have a tree view and a listview. I want to be able to drag and drop items from the tree into the list and vice versa.

    Everything...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured