Click here to Skip to main content
15,909,741 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: XML Parsing on the fly Pin
kakan11-Jan-06 22:44
professionalkakan11-Jan-06 22:44 
GeneralRe: XML Parsing on the fly Pin
lemur211-Jan-06 23:29
lemur211-Jan-06 23:29 
GeneralRe: XML Parsing on the fly Pin
kakan11-Jan-06 23:37
professionalkakan11-Jan-06 23:37 
GeneralRe: XML Parsing on the fly Pin
lemur212-Jan-06 0:18
lemur212-Jan-06 0:18 
GeneralRe: XML Parsing on the fly Pin
topus12-Jan-06 1:41
topus12-Jan-06 1:41 
GeneralRe: XML Parsing on the fly Pin
kakan12-Jan-06 3:22
professionalkakan12-Jan-06 3:22 
AnswerRe: XML Parsing on the fly Pin
Prakash Nadar11-Jan-06 23:36
Prakash Nadar11-Jan-06 23:36 
GeneralRe: XML Parsing on the fly Pin
kakan11-Jan-06 23:38
professionalkakan11-Jan-06 23:38 
GeneralRe: XML Parsing on the fly Pin
Prakash Nadar11-Jan-06 23:39
Prakash Nadar11-Jan-06 23:39 
QuestionIs Visual C++ 2005 a lot better than VC++ 2003 ? Pin
Defenestration11-Jan-06 22:08
Defenestration11-Jan-06 22:08 
AnswerRe: Is Visual C++ 2005 a lot better than VC++ 2003 ? Pin
rahulmballal11-Jan-06 22:30
rahulmballal11-Jan-06 22:30 
AnswerRe: Is Visual C++ 2005 a lot better than VC++ 2003 ? Pin
Rage11-Jan-06 22:33
professionalRage11-Jan-06 22:33 
AnswerRe: Is Visual C++ 2005 a lot better than VC++ 2003 ? Pin
topus11-Jan-06 22:37
topus11-Jan-06 22:37 
GeneralRe: Is Visual C++ 2005 a lot better than VC++ 2003 ? Pin
Rajesh R Subramanian11-Jan-06 22:44
professionalRajesh R Subramanian11-Jan-06 22:44 
GeneralRe: Is Visual C++ 2005 a lot better than VC++ 2003 ? Pin
toxcct11-Jan-06 22:44
toxcct11-Jan-06 22:44 
GeneralRe: Is Visual C++ 2005 a lot better than VC++ 2003 ? Pin
Cedric Moonen11-Jan-06 22:56
Cedric Moonen11-Jan-06 22:56 
AnswerRe: Is Visual C++ 2005 a lot better than VC++ 2003 ? Pin
Rob Caldecott11-Jan-06 23:06
Rob Caldecott11-Jan-06 23:06 
QuestionQuick Question on STL vector iterator Pin
Sebastian Schneider11-Jan-06 22:00
Sebastian Schneider11-Jan-06 22:00 
Morning, got a quick question here Wink | ;)

<br />
// Prerequisites: std::vector<std::string> myVec filled with strings I need to change<br />
for(std::vector<std::string>::iterator iterString = myVec.begin(); iterString != myVec.end(); ++iterString)<br />
{<br />
if (*iterString == "someText") *iterString = "someOtherText";<br />
else if (*iterString == "someText2") *iterString = "someOtherText2";<br />
// ...<br />
else return(-1);<br />
return(0);<br />
}<br />


Will changing a vector item using this kind of operation invalidate the iterator?

I cannot red it up: No docs, no books here, just the compiler, libs and web access.

Thanks in advance.


Cheers,
Sebastian

--
Contra vim mortem non est medicamen in hortem.
AnswerRe: Quick Question on STL vector iterator Pin
Cedric Moonen11-Jan-06 22:15
Cedric Moonen11-Jan-06 22:15 
GeneralRe: Quick Question on STL vector iterator Pin
toxcct11-Jan-06 22:27
toxcct11-Jan-06 22:27 
GeneralRe: Quick Question on STL vector iterator Pin
Sebastian Schneider11-Jan-06 22:38
Sebastian Schneider11-Jan-06 22:38 
AnswerRe: Quick Question on STL vector iterator Pin
Stephen Hewitt11-Jan-06 22:55
Stephen Hewitt11-Jan-06 22:55 
QuestionUnexpected end of file while looking for precompiled header directive Pin
Sarvan AL11-Jan-06 21:54
Sarvan AL11-Jan-06 21:54 
AnswerRe: Unexpected end of file while looking for precompiled header directive Pin
Sebastian Schneider11-Jan-06 22:02
Sebastian Schneider11-Jan-06 22:02 
AnswerRe: Unexpected end of file while looking for precompiled header directive Pin
PJ Arends11-Jan-06 22:07
professionalPJ Arends11-Jan-06 22:07 

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.