Click here to Skip to main content
16,004,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Alternate for STL List? Pin
Mike Beckerleg15-Aug-04 22:48
Mike Beckerleg15-Aug-04 22:48 
GeneralRe: Alternate for STL List? Pin
.NetRams15-Aug-04 23:52
.NetRams15-Aug-04 23:52 
AnswerRe: Alternate for STL List? Pin
Moak15-Aug-04 23:52
Moak15-Aug-04 23:52 
GeneralRe: Alternate for STL List? Pin
toxcct16-Aug-04 7:15
toxcct16-Aug-04 7:15 
AnswerRe: Alternate for STL List? Pin
Antony M Kancidrowski16-Aug-04 1:03
Antony M Kancidrowski16-Aug-04 1:03 
GeneralRe: Alternate for STL List? Pin
.NetRams16-Aug-04 3:23
.NetRams16-Aug-04 3:23 
GeneralRe: Alternate for STL List? Pin
toxcct16-Aug-04 7:33
toxcct16-Aug-04 7:33 
QuestionHow to make application not hog the CPU power? Pin
Indrawati15-Aug-04 20:35
Indrawati15-Aug-04 20:35 
Hi Currently I am building an app that receives frame input from a camera and performs some computations on it. My problem is, my app is currently processing the frames as fast as possible, and that makes the computer's response very slow for other apps, i.e. my application work like this:

while(app not closed)
getinput();
processinput();
displayoutput();
end while

Since this app may be run on a PC for hours and I don't want to disturb other apps' processing, is there a way for my app not to hog the CPU power while it's running, provided I can tolerate some drop in the frame rate?
Thanks!
AnswerRe: How to make application not hog the CPU power? Pin
Mike Beckerleg15-Aug-04 22:56
Mike Beckerleg15-Aug-04 22:56 
AnswerRe: How to make application not hog the CPU power? Pin
Moak15-Aug-04 23:50
Moak15-Aug-04 23:50 
AnswerRe: How to make application not hog the CPU power? Pin
Ravi Bhavnani16-Aug-04 4:01
professionalRavi Bhavnani16-Aug-04 4:01 
GeneralRegarding Resolution In MFC Pin
balajeedurai15-Aug-04 19:46
balajeedurai15-Aug-04 19:46 
GeneralRe: Regarding Resolution In MFC Pin
Rick York15-Aug-04 20:17
mveRick York15-Aug-04 20:17 
GeneralRe: Regarding Resolution In MFC Pin
Ravi Bhavnani16-Aug-04 4:06
professionalRavi Bhavnani16-Aug-04 4:06 
GeneralNeed Help Pin
.NetRams15-Aug-04 19:46
.NetRams15-Aug-04 19:46 
GeneralRe: Need Help Pin
palbano15-Aug-04 20:00
palbano15-Aug-04 20:00 
GeneralRe: Need Help Pin
NiteShade15-Aug-04 20:23
NiteShade15-Aug-04 20:23 
GeneralRe: Need Help Pin
.NetRams15-Aug-04 20:57
.NetRams15-Aug-04 20:57 
GeneralPLEASE HELP ME Pin
kailai_nishanth15-Aug-04 19:41
kailai_nishanth15-Aug-04 19:41 
GeneralADO and date/time problem Pin
Graham Holdaway15-Aug-04 19:30
Graham Holdaway15-Aug-04 19:30 
GeneralRe: ADO and date/time problem Pin
RChin16-Aug-04 0:30
RChin16-Aug-04 0:30 
GeneralDriver Installer Pin
R. Thomas15-Aug-04 18:29
R. Thomas15-Aug-04 18:29 
Generalparallel port Pin
bobmob15-Aug-04 16:14
bobmob15-Aug-04 16:14 
GeneralRe: parallel port Pin
Name Removed15-Aug-04 18:06
Name Removed15-Aug-04 18:06 
GeneralRecognise data in 2nd View Pin
Puah15-Aug-04 15:24
Puah15-Aug-04 15:24 

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.