Click here to Skip to main content
15,895,799 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use CMFCVisualManagerOffice2007 in dialog App? Pin
stephen_young14-Feb-11 6:14
stephen_young14-Feb-11 6:14 
QuestionMulti Language Support Pin
T.RATHA KRISHNAN14-Feb-11 2:44
T.RATHA KRISHNAN14-Feb-11 2:44 
AnswerRe: Multi Language Support Pin
loyal ginger14-Feb-11 10:16
loyal ginger14-Feb-11 10:16 
AnswerRe: Multi Language Support Pin
yu-jian14-Feb-11 16:29
yu-jian14-Feb-11 16:29 
AnswerRe: Multi Language Support Pin
ShilpiP14-Feb-11 18:17
ShilpiP14-Feb-11 18:17 
AnswerRe: Multi Language Support Pin
RaviRanjanKr16-Feb-11 3:02
professionalRaviRanjanKr16-Feb-11 3:02 
QuestionImplementing Remeber me Facility Pin
pix_programmer14-Feb-11 2:12
pix_programmer14-Feb-11 2:12 
AnswerRe: Implementing Remeber me Facility Pin
CPallini14-Feb-11 2:33
mveCPallini14-Feb-11 2:33 
GeneralRe: Implementing Remeber me Facility Pin
pix_programmer14-Feb-11 2:41
pix_programmer14-Feb-11 2:41 
GeneralRe: Implementing Remeber me Facility Pin
CPallini14-Feb-11 2:56
mveCPallini14-Feb-11 2:56 
QuestionDrawText Pin
john563214-Feb-11 1:21
john563214-Feb-11 1:21 
AnswerRe: DrawText Pin
CPallini14-Feb-11 1:27
mveCPallini14-Feb-11 1:27 
QuestionCreating TCP/IP Port programatically [modified] Pin
msr_codeproject13-Feb-11 23:54
msr_codeproject13-Feb-11 23:54 
AnswerRe: Creating TCP/IP Port programatically Pin
ShilpiP14-Feb-11 19:01
ShilpiP14-Feb-11 19:01 
GeneralRe: Creating TCP/IP Port programatically Pin
msr_codeproject14-Feb-11 23:58
msr_codeproject14-Feb-11 23:58 
GeneralRe: Creating TCP/IP Port programatically Pin
ShilpiP15-Feb-11 0:37
ShilpiP15-Feb-11 0:37 
GeneralRe: Creating TCP/IP Port programatically Pin
msr_codeproject16-Feb-11 0:20
msr_codeproject16-Feb-11 0:20 
GeneralRe: Creating TCP/IP Port programatically Pin
ShilpiP16-Feb-11 0:29
ShilpiP16-Feb-11 0:29 
GeneralRe: Creating TCP/IP Port programatically [modified] Pin
msr_codeproject16-Feb-11 1:57
msr_codeproject16-Feb-11 1:57 
QuestionHow to reduce CPU uages with Opengl ? Pin
GAJERA13-Feb-11 19:36
GAJERA13-Feb-11 19:36 
AnswerRe: How to reduce CPU uages with Opengl ? Pin
Emilio Garavaglia14-Feb-11 9:03
Emilio Garavaglia14-Feb-11 9:03 
AnswerRe: How to reduce CPU uages with Opengl ? Pin
Cedric Moonen14-Feb-11 20:26
Cedric Moonen14-Feb-11 20:26 
GAJERA wrote:
but it is using the CPU around 50%.


How does your main loop looks like ? I am guessing that you have a continuous loop without any sleep and that your program runs on a double core. In that case what happens is that your loop will be executed continuously and you will probably get a very high framerate. If you can live with a lower (and fixed) framerate, you can simply execute your drawing code every x msec (choose an appropriate time interval between two frames). The rest of the time, your program should sleep (well in fact wait for user events). You can find more info in one of my articles here[^]
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

QuestionNow I know why people use makefiles Pin
Craig Longman13-Feb-11 17:37
Craig Longman13-Feb-11 17:37 
GeneralRe: Now I know why people use makefiles Pin
Richard MacCutchan13-Feb-11 22:31
mveRichard MacCutchan13-Feb-11 22:31 
GeneralRe: Now I know why people use makefiles Pin
Craig Longman14-Feb-11 2:54
Craig Longman14-Feb-11 2:54 

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.