Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Excel automation Pin
__yash__29-Aug-07 22:55
professional__yash__29-Aug-07 22:55 
GeneralRe: Excel automation Pin
Roger Broomfield29-Aug-07 23:25
Roger Broomfield29-Aug-07 23:25 
GeneralRe: Excel automation Pin
__yash__30-Aug-07 1:14
professional__yash__30-Aug-07 1:14 
QuestionStack overflow Pin
Maynka29-Aug-07 20:30
Maynka29-Aug-07 20:30 
AnswerRe: Stack overflow Pin
Cedric Moonen29-Aug-07 20:41
Cedric Moonen29-Aug-07 20:41 
AnswerRe: Stack overflow Pin
Stephen Hewitt29-Aug-07 21:17
Stephen Hewitt29-Aug-07 21:17 
QuestionOpenMp Pin
yoaz29-Aug-07 20:05
yoaz29-Aug-07 20:05 
AnswerRe: OpenMp Pin
Randor 29-Aug-07 21:29
professional Randor 29-Aug-07 21:29 
Maybe your parallelization strategy for this specific loop is causing cache misses. Try redesigning the loop and see if you can improve cache hits. Its very important to test several variations of the critical loop. Also test both shared and privatization clauses on some variables, you may get better performance through selective privatization. Keep in mind not all nested loops benefit from parallelization.

Best Wishes,
-David Delaune
Questionhow to judge Trojan wooden horse Pin
chenxiaohua200329-Aug-07 17:04
chenxiaohua200329-Aug-07 17:04 
AnswerRe: how to judge Trojan wooden horse Pin
Waldermort29-Aug-07 20:34
Waldermort29-Aug-07 20:34 
QuestionHow to call CView from CDocument Pin
Max++29-Aug-07 16:48
Max++29-Aug-07 16:48 
AnswerRe: How to call CView from CDocument Pin
bob1697229-Aug-07 17:40
bob1697229-Aug-07 17:40 
GeneralRe: How to call CView from CDocument Pin
bob1697229-Aug-07 17:44
bob1697229-Aug-07 17:44 
AnswerRe: How to call CView from CDocument Pin
Karismatic29-Aug-07 20:43
Karismatic29-Aug-07 20:43 
QuestionHow to Add item in the System pop-up menu Pin
Sudipta Mukherjee29-Aug-07 16:33
Sudipta Mukherjee29-Aug-07 16:33 
AnswerRe: How to Add item in the System pop-up menu Pin
Waldermort29-Aug-07 16:48
Waldermort29-Aug-07 16:48 
AnswerRe: How to Add item in the System pop-up menu Pin
Jason Teagle29-Aug-07 22:23
Jason Teagle29-Aug-07 22:23 
Questiondon't know how to aplly CHtmlView to CFrameWnd Pin
Ryu Jin29-Aug-07 15:53
Ryu Jin29-Aug-07 15:53 
AnswerRe: don't know how to aplly CHtmlView to CFrameWnd Pin
Roger Broomfield29-Aug-07 18:42
Roger Broomfield29-Aug-07 18:42 
GeneralRe: don't know how to aplly CHtmlView to CFrameWnd [modified] Pin
Ryu Jin29-Aug-07 19:18
Ryu Jin29-Aug-07 19:18 
GeneralRe: don't know how to aplly CHtmlView to CFrameWnd Pin
Roger Broomfield29-Aug-07 21:24
Roger Broomfield29-Aug-07 21:24 
QuestionNeed for Multipart/mixed content type Pin
monsieur_jj29-Aug-07 14:50
monsieur_jj29-Aug-07 14:50 
AnswerRe: Need for Multipart/mixed content type Pin
monsieur_jj29-Aug-07 17:19
monsieur_jj29-Aug-07 17:19 
QuestionactiveX wrapper files - how to generate? Pin
charlieg29-Aug-07 13:50
charlieg29-Aug-07 13:50 
AnswerRe: activeX wrapper files - how to generate? Pin
Mark Salsbery29-Aug-07 14:08
Mark Salsbery29-Aug-07 14:08 

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.