You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice work on the range based for loops! Working like a charm.
I would like to use the MFC collection classes in the std algorithms, like std::all_of. Looks like I need an iterator for the begin and the end of the array I'm using (CTypedPtrArray).
Can someone give an example of how to implement this?
Nice work on the range based for loops! Working like a charm.
I would like to use the MFC collection classes in the std algorithms, like std::all_of. Looks like I need an iterator for the begin and the end of the array I'm using (CTypedPtrArray).
Can someone give an example of how to implement this?
Usage example:
The text was updated successfully, but these errors were encountered: