Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: converting 2 bytes hex value to decimal value Pin
Chris Losinger29-Nov-06 1:11
professionalChris Losinger29-Nov-06 1:11 
GeneralRe: converting 2 bytes hex value to decimal value Pin
ikbahrian29-Nov-06 3:13
ikbahrian29-Nov-06 3:13 
AnswerRe: converting 2 bytes hex value to decimal value Pin
CPallini28-Nov-06 4:48
mveCPallini28-Nov-06 4:48 
Questionclass inheritance, delete base class ptr Pin
yeti1128-Nov-06 3:40
yeti1128-Nov-06 3:40 
AnswerRe: class inheritance, delete base class ptr Pin
Johann Gerell28-Nov-06 3:52
Johann Gerell28-Nov-06 3:52 
AnswerRe: class inheritance, delete base class ptr Pin
Cedric Moonen28-Nov-06 3:52
Cedric Moonen28-Nov-06 3:52 
AnswerRe: class inheritance, delete base class ptr Pin
yeti1128-Nov-06 4:22
yeti1128-Nov-06 4:22 
QuestionHow to disable system menu Pin
Manfred Staiger28-Nov-06 3:30
Manfred Staiger28-Nov-06 3:30 
AnswerRe: How to disable system menu Pin
CPallini28-Nov-06 4:39
mveCPallini28-Nov-06 4:39 
GeneralRe: How to disable system menu Pin
Manfred Staiger28-Nov-06 5:07
Manfred Staiger28-Nov-06 5:07 
GeneralRe: How to disable system menu Pin
CPallini28-Nov-06 5:15
mveCPallini28-Nov-06 5:15 
AnswerRe: How to disable system menu Pin
toxcct28-Nov-06 5:27
toxcct28-Nov-06 5:27 
GeneralSometimes programming is just for fun! Pin
CPallini28-Nov-06 5:31
mveCPallini28-Nov-06 5:31 
QuestionProblem debugging an OCX control code Pin
jayart28-Nov-06 0:32
jayart28-Nov-06 0:32 
AnswerRe: Problem debugging an OCX control code Pin
sps-itsec4628-Nov-06 4:15
sps-itsec4628-Nov-06 4:15 
QuestionPlease help ! Pin
Bravoone_200627-Nov-06 23:55
Bravoone_200627-Nov-06 23:55 
AnswerRe: Please help ! Pin
toxcct28-Nov-06 0:05
toxcct28-Nov-06 0:05 
QuestionRe: Please help ! Pin
Bravoone_200628-Nov-06 0:11
Bravoone_200628-Nov-06 0:11 
AnswerRe: Please help ! Pin
toxcct28-Nov-06 0:14
toxcct28-Nov-06 0:14 
AnswerRe: Please help ! Pin
Bravoone_200628-Nov-06 0:20
Bravoone_200628-Nov-06 0:20 
QuestionRe: Please help ! Pin
Bravoone_200628-Nov-06 1:53
Bravoone_200628-Nov-06 1:53 
AnswerRe: Please help ! Pin
David Crow28-Nov-06 2:35
David Crow28-Nov-06 2:35 
Questionwin 32 C++ code performance optimization Pin
samchepe27-Nov-06 23:50
samchepe27-Nov-06 23:50 
There is an application which downloads and installs a few applications on user machine after checking his machine for already installed things.
We need to parallelize this code in order to optimize its performance.
We are thinking of running one thread for downloads - one after another, and another thread for running the installs - as soon as a download is complete this thread will take over the installation.
However are there more tricks to parallelize more things - say parallelize 2 downloads?
Any other tricks to minimize CPU usage / optimize on memory usgae and reduce total time required?
Thanks in advance

SSC
AnswerRe: win 32 C++ code performance optimization Pin
XtremDev28-Nov-06 0:19
XtremDev28-Nov-06 0:19 
AnswerRe: win 32 C++ code performance optimization Pin
David Crow28-Nov-06 2:37
David Crow28-Nov-06 2:37 

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.