Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: deleting pointers and STL. Pin
TFrancis18-Nov-03 4:11
TFrancis18-Nov-03 4:11 
GeneralThanks! to both!!! Pin
ns18-Nov-03 4:20
ns18-Nov-03 4:20 
GeneralError in Release !!! Pin
SD318-Nov-03 3:15
SD318-Nov-03 3:15 
GeneralRe: Error in Release !!! Pin
valikac18-Nov-03 5:58
valikac18-Nov-03 5:58 
GeneralRe: Error in Release !!! Pin
Peter Molnar18-Nov-03 14:18
Peter Molnar18-Nov-03 14:18 
GeneralRe: Error in Release !!! Pin
SD319-Nov-03 23:47
SD319-Nov-03 23:47 
QuestionHow to notify one thread to terminate Pin
Jin Yao18-Nov-03 2:38
Jin Yao18-Nov-03 2:38 
AnswerRe: How to notify one thread to terminate Pin
Dudi Avramov18-Nov-03 2:43
Dudi Avramov18-Nov-03 2:43 
Well, if the worker thread waits for an event with WaitForSingleObject then
add one more event for quit event and then set that event by using SetEvent.
The thread should wait for signal from one of the both events by using
WaitForMultipleObjects API.


GeneralRe: How to notify one thread to terminate Pin
Jin Yao18-Nov-03 3:05
Jin Yao18-Nov-03 3:05 
GeneralH263 Codec and Direct Show Pin
LozEvans18-Nov-03 2:06
LozEvans18-Nov-03 2:06 
GeneralTSP algorithm Pin
Dhakad18-Nov-03 2:00
Dhakad18-Nov-03 2:00 
GeneralRe: TSP algorithm Pin
David Crow18-Nov-03 6:57
David Crow18-Nov-03 6:57 
QuestionHow do you fork() windows guys ? Pin
Max Rudensky18-Nov-03 1:43
sussMax Rudensky18-Nov-03 1:43 
AnswerRe: How do you fork() windows guys ? Pin
Daniel Turini18-Nov-03 2:16
Daniel Turini18-Nov-03 2:16 
GeneralRe: How do you fork() windows guys ? Pin
Mike Dimmick18-Nov-03 2:31
Mike Dimmick18-Nov-03 2:31 
GeneralRe: How do you fork() windows guys ? Pin
Daniel Turini18-Nov-03 2:36
Daniel Turini18-Nov-03 2:36 
GeneralRe: How do you fork() windows guys ? Pin
Adam Gritt18-Nov-03 4:38
Adam Gritt18-Nov-03 4:38 
GeneralA Graphical Question Pin
Member 63357718-Nov-03 1:31
Member 63357718-Nov-03 1:31 
GeneralRe: A Graphical Question Pin
GDavy18-Nov-03 1:46
GDavy18-Nov-03 1:46 
GeneralRe: A Graphical Question Pin
Member 63357719-Nov-03 18:05
Member 63357719-Nov-03 18:05 
Generalascii code Pin
si_6918-Nov-03 1:08
si_6918-Nov-03 1:08 
GeneralRe: ascii code Pin
GDavy18-Nov-03 1:34
GDavy18-Nov-03 1:34 
GeneralRe: ascii code Pin
Adam Gritt18-Nov-03 5:26
Adam Gritt18-Nov-03 5:26 
GeneralTemplate issue.. Pin
GDavy18-Nov-03 0:09
GDavy18-Nov-03 0:09 
GeneralRe: Template issue.. Pin
GDavy18-Nov-03 0:22
GDavy18-Nov-03 0:22 

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.