Click here to Skip to main content
15,898,036 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VS 6.0 C++ code imported to MS VS 2003 or above for rebuilding projects Pin
Emilio Garavaglia5-Jun-08 21:17
Emilio Garavaglia5-Jun-08 21:17 
GeneralRe: VS 6.0 C++ code imported to MS VS 2003 or above for rebuilding projects Pin
David Crow6-Jun-08 2:46
David Crow6-Jun-08 2:46 
QuestionLinker error between projects Pin
KellyR5-Jun-08 9:54
KellyR5-Jun-08 9:54 
AnswerRe: Linker error between projects Pin
Akt_4_U5-Jun-08 17:28
Akt_4_U5-Jun-08 17:28 
QuestionWindows Threads and CPU % usage... Pin
OCrowley5-Jun-08 8:45
OCrowley5-Jun-08 8:45 
AnswerRe: Windows Threads and CPU % usage... [modified] Pin
Jijo.Raj5-Jun-08 8:58
Jijo.Raj5-Jun-08 8:58 
GeneralRe: Windows Threads and CPU % usage... Pin
Jijo.Raj5-Jun-08 18:28
Jijo.Raj5-Jun-08 18:28 
AnswerRe: Windows Threads and CPU % usage... Pin
krmed5-Jun-08 9:11
krmed5-Jun-08 9:11 
Your thread is an infinite loop, so it's probably eating up all the time there. I don't see where you end your thread, as it can't end itself.

You could put a
Sleep(500);
in your thread, and you'll see the usage drop.

In reality a useful thread would probably be performing some function and then suspending itself until it's time to do that function again. While it's working, it'll use whatever CPU time it needs to complete the task.

Hope that helps.

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

AnswerRe: Windows Threads and CPU % usage... Pin
Joe Woodbury5-Jun-08 9:35
professionalJoe Woodbury5-Jun-08 9:35 
AnswerRe: Windows Threads and CPU % usage... Pin
Nemanja Trifunovic5-Jun-08 10:08
Nemanja Trifunovic5-Jun-08 10:08 
AnswerRe: Windows Threads and CPU % usage... Pin
OCrowley5-Jun-08 13:13
OCrowley5-Jun-08 13:13 
QuestionPreview outlook express email(.eml) file in my application Pin
john56325-Jun-08 8:25
john56325-Jun-08 8:25 
QuestionProblems with variables Pin
Henitz5-Jun-08 6:55
Henitz5-Jun-08 6:55 
AnswerRe: Problems with variables Pin
toxcct5-Jun-08 7:03
toxcct5-Jun-08 7:03 
GeneralRe: Problems with variables [modified] Pin
Nelek5-Jun-08 7:08
protectorNelek5-Jun-08 7:08 
GeneralRe: Problems with variables Pin
Henitz5-Jun-08 8:42
Henitz5-Jun-08 8:42 
AnswerRe: Problems with variables Pin
Nelek5-Jun-08 7:07
protectorNelek5-Jun-08 7:07 
AnswerRe: Problems with variables Pin
Jijo.Raj5-Jun-08 8:46
Jijo.Raj5-Jun-08 8:46 
GeneralRe: Problems with variables Pin
Henitz5-Jun-08 9:20
Henitz5-Jun-08 9:20 
GeneralRe: Problems with variables Pin
Nelek5-Jun-08 12:32
protectorNelek5-Jun-08 12:32 
AnswerRe: Problems with variables Pin
Stephen Hewitt5-Jun-08 16:18
Stephen Hewitt5-Jun-08 16:18 
AnswerRe: Problems with variables Pin
Nibu babu thomas5-Jun-08 17:23
Nibu babu thomas5-Jun-08 17:23 
QuestionEnumerating through local drives Pin
JBAK_CP5-Jun-08 6:53
JBAK_CP5-Jun-08 6:53 
QuestionRe: Enumerating through local drives Pin
David Crow5-Jun-08 7:24
David Crow5-Jun-08 7:24 
AnswerRe: Enumerating through local drives Pin
Stephen Hewitt5-Jun-08 16:25
Stephen Hewitt5-Jun-08 16:25 

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.