i have two root object,each object contains many members but i take up only one string member(m_strTitle) as reference to merge two object and it also contains one vector (holds pointer of object ) to hold all children of object ..... any best algorithm other than linear comparison ? example: two objects are m_objSource ( pointer of classObj ) m_objGuest (pointer of classObj ) structure of classObj is { CString m_strTitle; ............... ............. vector m_vectChildFolder; }
modified on Monday, February 28, 2011 2:13 AM