CMap oject copy operation
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, is CMap object can be copied to another CMap oject? I can't find a member function in CMap class. And if I want to implement deep copy, do I need to loop it , copy every element to another manually?
-
Hi, is CMap object can be copied to another CMap oject? I can't find a member function in CMap class. And if I want to implement deep copy, do I need to loop it , copy every element to another manually?