Click here to Skip to main content
15,915,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Which is better? Pin
Hamid_RT22-Aug-06 6:59
Hamid_RT22-Aug-06 6:59 
QuestionLinker error Pin
Anu_Bala18-Aug-06 19:54
Anu_Bala18-Aug-06 19:54 
AnswerRe: Linker error Pin
Naveen18-Aug-06 20:00
Naveen18-Aug-06 20:00 
AnswerRe: Linker error Pin
Sarath C18-Aug-06 21:10
Sarath C18-Aug-06 21:10 
QuestionVitual key, VS2005 [modified] solved Pin
NorGUI18-Aug-06 19:42
NorGUI18-Aug-06 19:42 
AnswerRe: Vitual key, VS2005 Pin
Naveen18-Aug-06 19:57
Naveen18-Aug-06 19:57 
AnswerRe: Vitual key, VS2005 Pin
Justin Tay19-Aug-06 2:37
Justin Tay19-Aug-06 2:37 
QuestionSTL Map.find() Pin
shadrach_india18-Aug-06 19:38
shadrach_india18-Aug-06 19:38 
I am struggling with find() of map for last 15 day, my target is reading EVENTLOGRECORD from all machine at a time (with help of multithread ) and doing some processes on the information and writing to a separate file for each machine. It is working fine for a machine at a time. if I I read more than one machine for > 4 hours data from the machine, the map.find() giving exception . it is not frequently happening

What will be the error ?

My code
map<string ,cevent="" *=""> m_eventlist;
map<string,cevent *="">::iterator m_iter;

m_useriter=m_userlist.find(newkey); -


CEvent is a user defined object

thanks
AnswerRe: STL Map.find() Pin
Stephen Hewitt20-Aug-06 16:07
Stephen Hewitt20-Aug-06 16:07 
QuestionPreviewing many pages Pin
mikobi18-Aug-06 19:09
mikobi18-Aug-06 19:09 
QuestionDrawing on the window [modified] Pin
ramanand_bulusu18-Aug-06 18:38
ramanand_bulusu18-Aug-06 18:38 
AnswerRe: Drawing on the window Pin
Hamid_RT18-Aug-06 19:33
Hamid_RT18-Aug-06 19:33 
QuestionAsk a unsolved problem for long time Pin
begtostudy18-Aug-06 16:38
begtostudy18-Aug-06 16:38 
AnswerRe: Ask a unsolved problem for long time Pin
begtostudy19-Aug-06 20:40
begtostudy19-Aug-06 20:40 
Questionproblems with recvfrom Pin
afpr18-Aug-06 13:36
afpr18-Aug-06 13:36 
QuestionUsing #define with a dll Pin
Waldermort18-Aug-06 11:32
Waldermort18-Aug-06 11:32 
AnswerRe: Using #define with a dll Pin
Chris Losinger18-Aug-06 11:37
professionalChris Losinger18-Aug-06 11:37 
AnswerRe: Using #define with a dll Pin
cmk19-Aug-06 13:11
cmk19-Aug-06 13:11 
Questionfindresource xpsp2res.dll Pin
fx920018-Aug-06 7:09
fx920018-Aug-06 7:09 
Questionerror LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup [modified] Pin
sea200618-Aug-06 7:01
sea200618-Aug-06 7:01 
AnswerRe: error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup Pin
David Crow18-Aug-06 7:09
David Crow18-Aug-06 7:09 
AnswerRe: error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup Pin
Rule 7.6225-Dec-06 7:21
Rule 7.6225-Dec-06 7:21 
Questionreading and sending errors to serial port [modified] Pin
cahit2318-Aug-06 5:58
cahit2318-Aug-06 5:58 
AnswerRe: reading and sending errors to serial port Pin
cje22-Aug-06 10:43
cje22-Aug-06 10:43 
QuestionPrint Preview Orientation &amp; many pages problems [modified] Pin
mikobi18-Aug-06 5:42
mikobi18-Aug-06 5:42 

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.