Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to custom a print style Pin
zhaohaicheng9-Feb-07 16:25
zhaohaicheng9-Feb-07 16:25 
AnswerRe: how to custom a print style Pin
Waldermort9-Feb-07 20:50
Waldermort9-Feb-07 20:50 
GeneralRe: how to custom a print style Pin
zhaohaicheng9-Feb-07 21:34
zhaohaicheng9-Feb-07 21:34 
QuestionTransparent window causes refreshing problem! Pin
eat_union9-Feb-07 16:24
eat_union9-Feb-07 16:24 
QuestionHelp with imple syntax error. Pin
Lord Kixdemp9-Feb-07 12:54
Lord Kixdemp9-Feb-07 12:54 
AnswerRe: Help with imple syntax error. Pin
rondznt9-Feb-07 13:06
rondznt9-Feb-07 13:06 
GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp9-Feb-07 13:12
Lord Kixdemp9-Feb-07 13:12 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:16
protectorChristian Graus9-Feb-07 13:16 
one good way would be to not have globals. Another would be to use a vector. A third would be

livesPos = new int[2];
livesPos[0] = 5;
livesPos[1] = 666;

or whatever.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp9-Feb-07 13:25
Lord Kixdemp9-Feb-07 13:25 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:39
protectorChristian Graus9-Feb-07 13:39 
GeneralRe: Help with imple syntax error. Pin
rondznt9-Feb-07 13:47
rondznt9-Feb-07 13:47 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:57
protectorChristian Graus9-Feb-07 13:57 
GeneralRe: Help with imple syntax error. Pin
Anthony Mushrow9-Feb-07 13:29
professionalAnthony Mushrow9-Feb-07 13:29 
GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp9-Feb-07 13:37
Lord Kixdemp9-Feb-07 13:37 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:40
protectorChristian Graus9-Feb-07 13:40 
GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp10-Feb-07 7:21
Lord Kixdemp10-Feb-07 7:21 
GeneralRe: Help with imple syntax error. Pin
Christian Graus10-Feb-07 10:36
protectorChristian Graus10-Feb-07 10:36 
QuestionDestroy CString instance? Pin
Oliver1239-Feb-07 12:49
Oliver1239-Feb-07 12:49 
AnswerRe: Destroy CString instance? Pin
Christian Graus9-Feb-07 13:23
protectorChristian Graus9-Feb-07 13:23 
AnswerRe: Destroy CString instance? Pin
Eytukan9-Feb-07 17:52
Eytukan9-Feb-07 17:52 
AnswerRe: Destroy CString instance? Pin
Joan M9-Feb-07 22:32
professionalJoan M9-Feb-07 22:32 
QuestionWER implementation for Vista. Pin
oleg639-Feb-07 10:28
professionaloleg639-Feb-07 10:28 
AnswerRe: WER implementation for Vista. Pin
led mike9-Feb-07 11:17
led mike9-Feb-07 11:17 
GeneralRe: WER implementation for Vista. Pin
oleg639-Feb-07 11:26
professionaloleg639-Feb-07 11:26 
QuestionNothing else should happen while a while loop is going.. right? Pin
Anthony Mushrow9-Feb-07 9:20
professionalAnthony Mushrow9-Feb-07 9:20 

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.