Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
Hamid_RT2-Apr-06 4:21
Hamid_RT2-Apr-06 4:21 
GeneralRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
FarPointer2-Apr-06 4:26
FarPointer2-Apr-06 4:26 
GeneralRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
Hamid_RT2-Apr-06 4:34
Hamid_RT2-Apr-06 4:34 
AnswerThanks for your advices, now it works.. Pin
rbid2-Apr-06 7:53
rbid2-Apr-06 7:53 
Questionproblem in find replace Pin
cancerion2-Apr-06 2:47
cancerion2-Apr-06 2:47 
QuestionDual core optimisation Pin
m_5811-Apr-06 22:50
m_5811-Apr-06 22:50 
AnswerRe: Dual core optimisation Pin
Gary R. Wheeler2-Apr-06 4:26
Gary R. Wheeler2-Apr-06 4:26 
AnswerRe: Dual core optimisation Pin
cmk2-Apr-06 7:00
cmk2-Apr-06 7:00 
m_581 wrote:
I would like to know what the best way of optimising this sort of program for dual cpu processors is.


Multithreading is an advanced topic.
Without seeing the code, and understanding the problem the app is trying to solve, nobody is going to be able to you an answer.

Start reading up on multithreading topics.
VS2005 has also added support for OpenMP:
http://msdn.microsoft.com/msdnmag/issues/05/10/OpenMP/[^]

m_581 wrote:
Do dual cpu machines automatically distribute the load without specific coding?


Not the way you want.


...cmk

Save the whales - collect the whole set
Questionsomething about sscanf() function Pin
blue_rabbit1-Apr-06 21:37
blue_rabbit1-Apr-06 21:37 
AnswerRe: something about sscanf() function Pin
includeh101-Apr-06 22:01
includeh101-Apr-06 22:01 
GeneralRe: something about sscanf() function Pin
blue_rabbit8-Apr-06 20:30
blue_rabbit8-Apr-06 20:30 
AnswerRe: something about sscanf() function Pin
FarPointer1-Apr-06 22:17
FarPointer1-Apr-06 22:17 
AnswerRe: something about sscanf() function Pin
Ryan Binns2-Apr-06 4:03
Ryan Binns2-Apr-06 4:03 
GeneralRe: something about sscanf() function Pin
includeh102-Apr-06 4:20
includeh102-Apr-06 4:20 
GeneralRe: something about sscanf() function Pin
Ryan Binns2-Apr-06 13:48
Ryan Binns2-Apr-06 13:48 
Questionhow to implement the VC6 output window with MFC? Pin
naiive1-Apr-06 19:04
naiive1-Apr-06 19:04 
AnswerRe: how to implement the VC6 output window with MFC? Pin
FarPointer1-Apr-06 21:32
FarPointer1-Apr-06 21:32 
Questionhow can I in VC++ 6.0 use database file created in MS Access 2003 Pin
ewighell1-Apr-06 16:02
ewighell1-Apr-06 16:02 
AnswerRe: how can I in VC++ 6.0 use database file created in MS Access 2003 Pin
Sheng Jiang 蒋晟1-Apr-06 18:53
Sheng Jiang 蒋晟1-Apr-06 18:53 
GeneralRe: how can I in VC++ 6.0 use database file created in MS Access 2003 Pin
ewighell1-Apr-06 21:19
ewighell1-Apr-06 21:19 
QuestionVC++ 6 link lib help Pin
borono1-Apr-06 15:47
borono1-Apr-06 15:47 
AnswerRe: VC++ 6 link lib help Pin
Saurabh.Garg1-Apr-06 16:15
Saurabh.Garg1-Apr-06 16:15 
GeneralRe: VC++ 6 link lib help Pin
borono1-Apr-06 16:51
borono1-Apr-06 16:51 
GeneralRe: VC++ 6 link lib help Pin
Michael Dunn1-Apr-06 17:36
sitebuilderMichael Dunn1-Apr-06 17:36 
GeneralRe: VC++ 6 link lib help Pin
borono1-Apr-06 18:01
borono1-Apr-06 18:01 

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.