Click here to Skip to main content
15,909,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Threads synchronization problem Pin
John M. Drescher25-Nov-04 15:41
John M. Drescher25-Nov-04 15:41 
GeneralRe: Threads synchronization problem Pin
lisoft25-Nov-04 17:31
lisoft25-Nov-04 17:31 
GeneralRe: Threads synchronization problem Pin
John R. Shaw25-Nov-04 18:59
John R. Shaw25-Nov-04 18:59 
GeneralRe: Threads synchronization problem Pin
Robert Bielik25-Nov-04 20:20
Robert Bielik25-Nov-04 20:20 
GeneralBreakpoints stopped breaking... Pin
herbert_chow25-Nov-04 13:48
herbert_chow25-Nov-04 13:48 
GeneralRe: Breakpoints stopped breaking... Pin
John R. Shaw25-Nov-04 18:44
John R. Shaw25-Nov-04 18:44 
GeneralRe: Breakpoints stopped breaking... Pin
herbert_chow26-Nov-04 7:37
herbert_chow26-Nov-04 7:37 
GeneralUsing VC++ DLLs as webservices Pin
CCSst25-Nov-04 13:26
CCSst25-Nov-04 13:26 
Question8 byte long integer? how? Pin
Kuniva25-Nov-04 10:27
Kuniva25-Nov-04 10:27 
AnswerRe: 8 byte long integer? how? Pin
Joaquín M López Muñoz25-Nov-04 11:35
Joaquín M López Muñoz25-Nov-04 11:35 
GeneralShortes Path Pin
slacker2125-Nov-04 9:59
slacker2125-Nov-04 9:59 
Questionhow LCD drive for C++?? Pin
conalmic25-Nov-04 8:48
conalmic25-Nov-04 8:48 
AnswerRe: how LCD drive for C++?? Pin
Maximilien25-Nov-04 9:17
Maximilien25-Nov-04 9:17 
AnswerRe: how LCD drive for C++?? Pin
John R. Shaw25-Nov-04 9:18
John R. Shaw25-Nov-04 9:18 
GeneralGetFileSize Pin
Fernando A. Gomez F.25-Nov-04 7:57
Fernando A. Gomez F.25-Nov-04 7:57 
GeneralRe: GetFileSize Pin
Joaquín M López Muñoz25-Nov-04 8:11
Joaquín M López Muñoz25-Nov-04 8:11 
GeneralRe: GetFileSize Pin
Archer28225-Nov-04 17:32
Archer28225-Nov-04 17:32 
GeneralSome help for Loop's Pin
faroqtam25-Nov-04 7:56
faroqtam25-Nov-04 7:56 
GeneralRe: Some help for Loop's Pin
John R. Shaw25-Nov-04 9:11
John R. Shaw25-Nov-04 9:11 
If you are processing a lot of data, Sleep is about your only choice. You must chose between fast data processing and program performace. It is all a balancing act; a single CPU can only do so much and every but wants a slice of its time. The best you can do is to run profiling to see where the bottle necks are (slow code) and optimize those functions that are taking to long to do there job.

Good Luck!

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: Some help for Loop's Pin
Maximilien25-Nov-04 9:26
Maximilien25-Nov-04 9:26 
GeneralRe: Some help for Loop's Pin
Ravi Bhavnani25-Nov-04 9:27
professionalRavi Bhavnani25-Nov-04 9:27 
GeneralRe: Some help for Loop's Pin
faroqtam27-Nov-04 4:36
faroqtam27-Nov-04 4:36 
GeneralRe: Some help for Loop's Pin
namaskaaram25-Nov-04 22:42
namaskaaram25-Nov-04 22:42 
GeneralRe: Some help for Loop's Pin
toxcct25-Nov-04 23:22
toxcct25-Nov-04 23:22 
GeneralCStatic:SetIcon() How to put large icon on dialog Pin
Anonymous25-Nov-04 7:11
Anonymous25-Nov-04 7:11 

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.