std::vactor m_myArrayOfString ; m_myArrayOfString.push_back(new char[17]); ... ... in the end loop through vector and delete them one by one for(auto ptr : m_myArrayOfString) delete [] ptr ; m_myArrayOfString.clear();
huzifa
std::vactor m_myArrayOfString ; m_myArrayOfString.push_back(new char[17]); ... ... in the end loop through vector and delete them one by one for(auto ptr : m_myArrayOfString) delete [] ptr ; m_myArrayOfString.clear();
huzifa
in my setting i can't link my profile to social network linkedin , it claim it need the profile id and all i have is my customized url link : my profile is : http://www.linkedin.com/in/HuzifaTerkawi neither the site give my id nor iam capable of reverting the changes back there . hope you will help me.
huzifa
it mean general behavior and moral of your programmer employee inside your company , how they give notice and quit , adequate internet usage , and stuff like that .
huzifa
if you are about to start a new software company , what would your company internal law look like ? any hint will highly appreciated :) thanks
huzifa
dose any one know how to mirror system image list , iam developing RTL application on LTR windows xp , so i want to mirror image before setting listctrl so it will not look upside down , her what i did so far and i failed :
CMFCToolBarImages toolBarImage;
SHFILEINFO sfi;
UINT nFlags = SHGFI_SYSICONINDEX | SHGFI_ICON ;
HIMAGELIST hIL = (HIMAGELIST)SHGetFileInfo(szWindows, 0, &sfi, sizeof(sfi), nFlags);
CImageList* list = CImageList::FromHandle(hIL);
HBITMAP bitmap = list->GetImageWell();
toolBarImage.MirrorBitmap(bitmap,32);
any idea or small hint will be appreciated ?
asdasda