Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Pure virtual destructor ? Pin
Aescleal23-Jun-10 6:52
Aescleal23-Jun-10 6:52 
QuestionMainframe loses focus with modeless dialogs in MFC application Pin
David Ayllon23-Jun-10 0:06
David Ayllon23-Jun-10 0:06 
AnswerRe: Mainframe loses focus with modeless dialogs in MFC application Pin
Richard MacCutchan23-Jun-10 3:05
mveRichard MacCutchan23-Jun-10 3:05 
GeneralRe: Mainframe loses focus with modeless dialogs in MFC application Pin
manchukuo23-Jun-10 16:31
manchukuo23-Jun-10 16:31 
GeneralRe: Mainframe loses focus with modeless dialogs in MFC application Pin
Richard MacCutchan23-Jun-10 21:45
mveRichard MacCutchan23-Jun-10 21:45 
QuestionRe: Mainframe loses focus with modeless dialogs in MFC application Pin
David Ayllon23-Jun-10 23:46
David Ayllon23-Jun-10 23:46 
Questionthreads Pin
jt_snjy0722-Jun-10 23:42
jt_snjy0722-Jun-10 23:42 
AnswerRe: threads Pin
CPallini22-Jun-10 23:55
mveCPallini22-Jun-10 23:55 
CreateThread documentation [^], Remarks section:


The number of threads a process can create is limited by the available virtual memory. By default, every thread has one megabyte of stack space. Therefore, you can create at most 2,048 threads. If you reduce the default stack size, you can create more threads. However, your application will have better performance if you create one thread per processor and build queues of requests for which the application maintains the context information. A thread would process all requests in a queue before processing requests in the next queue.

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: threads Pin
«_Superman_»23-Jun-10 0:09
professional«_Superman_»23-Jun-10 0:09 
AnswerRe: threads Pin
El Corazon23-Jun-10 6:36
El Corazon23-Jun-10 6:36 
AnswerRe: threads Pin
Aescleal23-Jun-10 6:50
Aescleal23-Jun-10 6:50 
AnswerRe: threads Pin
Stephen Hewitt1-Jul-10 18:54
Stephen Hewitt1-Jul-10 18:54 
QuestionC calling convention importance Pin
rupeshkp72822-Jun-10 23:13
rupeshkp72822-Jun-10 23:13 
AnswerRe: C calling convention importance Pin
Cedric Moonen22-Jun-10 23:52
Cedric Moonen22-Jun-10 23:52 
GeneralRe: C calling convention importance Pin
rupeshkp72823-Jun-10 1:29
rupeshkp72823-Jun-10 1:29 
QuestionIs time for QT? Pin
lxkjlzz22-Jun-10 22:34
lxkjlzz22-Jun-10 22:34 
AnswerNah, ... Pin
CPallini22-Jun-10 23:15
mveCPallini22-Jun-10 23:15 
GeneralRe: Nah, ... Pin
Emilio Garavaglia23-Jun-10 1:40
Emilio Garavaglia23-Jun-10 1:40 
GeneralRe: Nah, ... Pin
CPallini23-Jun-10 3:22
mveCPallini23-Jun-10 3:22 
GeneralRe: Nah, ... Pin
David Crow23-Jun-10 3:55
David Crow23-Jun-10 3:55 
AnswerRe: Is time for QT? Pin
Saurabh.Garg22-Jun-10 23:18
Saurabh.Garg22-Jun-10 23:18 
AnswerRe: Is time for QT? Pin
Jackson201023-Jun-10 1:18
Jackson201023-Jun-10 1:18 
GeneralRe: Is time for QT? Pin
Stephen Hewitt27-Jun-10 19:03
Stephen Hewitt27-Jun-10 19:03 
QuestionGetting stack address Pin
Hans Dietrich22-Jun-10 21:23
mentorHans Dietrich22-Jun-10 21:23 
AnswerRe: Getting stack address Pin
«_Superman_»22-Jun-10 21:41
professional«_Superman_»22-Jun-10 21:41 

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.