المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : how can i find CString value in std::map iterator?



C++ Programming
12-02-2011, 10:49 AM
hi all,

i am having a std:: map iterator like this

std::map<span class="code-keyword"> m_mpIter;
here i want to find a CString value can anybody help me to do this.

thanks.