Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: More CListCtrl woes Pin
Navin28-Jul-02 9:29
Navin28-Jul-02 9:29 
GeneralRe: More CListCtrl woes Pin
Chris Losinger28-Jul-02 9:39
professionalChris Losinger28-Jul-02 9:39 
GeneralRe: More CListCtrl woes Pin
Chris Losinger28-Jul-02 10:03
professionalChris Losinger28-Jul-02 10:03 
Questionmenus have white background on XP??? Pin
Marc Clifton28-Jul-02 8:25
mvaMarc Clifton28-Jul-02 8:25 
Questioncan NetRemoteTOD(..) work well in VC++ 6.0? Pin
Anonymous28-Jul-02 6:57
Anonymous28-Jul-02 6:57 
AnswerRe: can NetRemoteTOD(..) work well in VC++ 6.0? Pin
Daniel Lohmann28-Jul-02 11:57
Daniel Lohmann28-Jul-02 11:57 
AnswerRe: can NetRemoteTOD(..) work well in VC++ 6.0? Pin
Daniel Lohmann28-Jul-02 11:59
Daniel Lohmann28-Jul-02 11:59 
GeneralA little STL question Pin
nss28-Jul-02 6:31
nss28-Jul-02 6:31 
I have a map in which I want to remove certain elements. So I iterate through the map, starting with
KeyOptMap::iterator keyIt0 = keyOptMap.begin();


If the maps value satisfies a certain criterion, I want to erase that element from the map for which I'm using

 for (; keyIt0 != keyOptMap.end() ; ++keyIt0)
 {
	
if (nPopOffKeyFlag) keyOptMap.erase((*keyIt0).first);

 }


Getting a crash. is it legal to erase like this? I might be erasing the very first key where the iterator started.....

Any sugggestions?
Thanks,
ns
GeneralRe: A little STL question Pin
Joaquín M López Muñoz28-Jul-02 10:03
Joaquín M López Muñoz28-Jul-02 10:03 
GeneralRe: A little STL question Pin
nss28-Jul-02 10:55
nss28-Jul-02 10:55 
GeneralObject Group Selection Pin
Stew28-Jul-02 6:04
Stew28-Jul-02 6:04 
Generalsample code needed - CRichEdit Pin
nss28-Jul-02 5:06
nss28-Jul-02 5:06 
GeneralRe: sample code needed - CRichEdit Pin
Ravi Bhavnani28-Jul-02 6:18
professionalRavi Bhavnani28-Jul-02 6:18 
GeneralRe: sample code needed - CRichEdit Pin
nss28-Jul-02 7:36
nss28-Jul-02 7:36 
GeneralRe: sample code needed - CRichEdit Pin
Ravi Bhavnani28-Jul-02 8:07
professionalRavi Bhavnani28-Jul-02 8:07 
GeneralRe: sample code needed - CRichEdit Pin
nss28-Jul-02 10:56
nss28-Jul-02 10:56 
GeneralSetWindowText() was it! Pin
ns29-Jul-02 8:54
ns29-Jul-02 8:54 
GeneralHelp with device context please => Pin
adara28-Jul-02 3:40
adara28-Jul-02 3:40 
GeneralRe: Help with device context please => Pin
l a u r e n28-Jul-02 4:00
l a u r e n28-Jul-02 4:00 
GeneralRe: Help with device context please => Pin
adara28-Jul-02 4:16
adara28-Jul-02 4:16 
GeneralRe: Help with device context please => Pin
Jay Beckert28-Jul-02 4:33
Jay Beckert28-Jul-02 4:33 
GeneralRe: Help with device context please => Pin
l a u r e n28-Jul-02 4:49
l a u r e n28-Jul-02 4:49 
GeneralRe: Help with device context please => Pin
adara28-Jul-02 4:59
adara28-Jul-02 4:59 
GeneralRe: Help with device context please => Pin
loket28-Jul-02 5:16
loket28-Jul-02 5:16 
Questionhow to do it Pin
Anonymous28-Jul-02 2:00
Anonymous28-Jul-02 2:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.