Click here to Skip to main content
15,908,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: what does these lines mean?? Pin
Cedric Moonen14-Oct-10 20:53
Cedric Moonen14-Oct-10 20:53 
GeneralRe: what does these lines mean?? Pin
CPallini14-Oct-10 21:38
mveCPallini14-Oct-10 21:38 
GeneralRe: what does these lines mean?? Pin
Eytukan15-Oct-10 0:52
Eytukan15-Oct-10 0:52 
QuestionError defining a structure Pin
T.RATHA KRISHNAN14-Oct-10 0:58
T.RATHA KRISHNAN14-Oct-10 0:58 
AnswerRe: Error defining a structure Pin
Cedric Moonen14-Oct-10 1:11
Cedric Moonen14-Oct-10 1:11 
GeneralRe: Error defining a structure Pin
T.RATHA KRISHNAN14-Oct-10 1:12
T.RATHA KRISHNAN14-Oct-10 1:12 
GeneralRe: Error defining a structure Pin
vinoth818715-Oct-10 1:30
vinoth818715-Oct-10 1:30 
AnswerRe: Error defining a structure Pin
Maximilien14-Oct-10 1:27
Maximilien14-Oct-10 1:27 
GeneralRe: Error defining a structure Pin
T.RATHA KRISHNAN14-Oct-10 1:33
T.RATHA KRISHNAN14-Oct-10 1:33 
GeneralRe: Error defining a structure Pin
Sauro Viti14-Oct-10 2:14
professionalSauro Viti14-Oct-10 2:14 
GeneralRe: Error defining a structure Pin
T.RATHA KRISHNAN14-Oct-10 2:43
T.RATHA KRISHNAN14-Oct-10 2:43 
GeneralRe: Error defining a structure Pin
Sauro Viti14-Oct-10 3:23
professionalSauro Viti14-Oct-10 3:23 
GeneralRe: Error defining a structure Pin
Maximilien14-Oct-10 2:35
Maximilien14-Oct-10 2:35 
AnswerRe: Error defining a structure Pin
David Crow14-Oct-10 3:06
David Crow14-Oct-10 3:06 
AnswerRe: Error defining a structure Pin
PSVN Roy15-Oct-10 11:23
PSVN Roy15-Oct-10 11:23 
QuestionThread Pool in VC++. Pin
Le@rner13-Oct-10 20:11
Le@rner13-Oct-10 20:11 
AnswerRe: Thread Pool in VC++. Pin
«_Superman_»13-Oct-10 20:14
professional«_Superman_»13-Oct-10 20:14 
GeneralRe: Thread Pool in VC++. Pin
Le@rner13-Oct-10 21:03
Le@rner13-Oct-10 21:03 
GeneralRe: Thread Pool in VC++. Pin
«_Superman_»13-Oct-10 21:09
professional«_Superman_»13-Oct-10 21:09 
GeneralRe: Thread Pool in VC++. Pin
Le@rner13-Oct-10 21:11
Le@rner13-Oct-10 21:11 
GeneralRe: Thread Pool in VC++. Pin
«_Superman_»13-Oct-10 21:15
professional«_Superman_»13-Oct-10 21:15 
GeneralRe: Thread Pool in VC++. Pin
Le@rner13-Oct-10 21:19
Le@rner13-Oct-10 21:19 
GeneralRe: Thread Pool in VC++. Pin
«_Superman_»13-Oct-10 21:23
professional«_Superman_»13-Oct-10 21:23 
GeneralRe: Thread Pool in VC++. Pin
Le@rner13-Oct-10 23:25
Le@rner13-Oct-10 23:25 
AnswerRe: Thread Pool in VC++. Pin
Nisamudheen21-Oct-10 21:04
Nisamudheen21-Oct-10 21:04 
Microsoft introduced new thread pool APIs.

http://msdn.microsoft.com/en-us/library/ms686766%28VS.85%29.aspx[^]

Using this you can get a function executed in a thread, without using CreateThread(). There are some good benefits in using the thread pool APIs. Please refer the link.

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.