Click here to Skip to main content
15,914,481 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help me please Pin
jeron130-Oct-09 4:47
jeron130-Oct-09 4:47 
QuestionRe: Help me please Pin
David Crow30-Oct-09 5:34
David Crow30-Oct-09 5:34 
AnswerRe: Help me please Pin
Tim Craig30-Oct-09 9:01
Tim Craig30-Oct-09 9:01 
AnswerRe: Help me please Pin
Tim Craig30-Oct-09 9:05
Tim Craig30-Oct-09 9:05 
GeneralRe: Help me please Pin
Ev3nflow30-Oct-09 10:02
Ev3nflow30-Oct-09 10:02 
GeneralRe: Help me please Pin
David Crow30-Oct-09 10:28
David Crow30-Oct-09 10:28 
Questionexternal or global function problem Pin
moh.hijjawi30-Oct-09 4:40
moh.hijjawi30-Oct-09 4:40 
AnswerRe: external or global function problem Pin
josda100030-Oct-09 5:11
josda100030-Oct-09 5:11 
Personally I usually put all variables that would be global into the Application class instead. So initialization of global variables would be either in InitInstance or in the application's constructor. But that's me.

But I think that the same idea would apply: initialize the globals using the application's constructor, or in InitInstance. That way it's out of the way before you access the variables later in the program.
AnswerRe: external or global function problem Pin
transoft30-Oct-09 8:16
transoft30-Oct-09 8:16 
AnswerRe: external or global function problem Pin
CPallini30-Oct-09 11:11
mveCPallini30-Oct-09 11:11 
GeneralRe: external or global function problem Pin
moh.hijjawi31-Oct-09 1:28
moh.hijjawi31-Oct-09 1:28 
AnswerReRE: external or global function problem Pin
moh.hijjawi31-Oct-09 1:30
moh.hijjawi31-Oct-09 1:30 
QuestionHow to use Msi API to uninstall an application by its "Product Code" ? Pin
cuiqimeng200030-Oct-09 4:01
cuiqimeng200030-Oct-09 4:01 
Questionexcel data base error Pin
trioum30-Oct-09 3:23
trioum30-Oct-09 3:23 
AnswerRe: excel data base error Pin
Rajesh R Subramanian30-Oct-09 3:30
professionalRajesh R Subramanian30-Oct-09 3:30 
GeneralRe: excel data base error Pin
trioum30-Oct-09 19:08
trioum30-Oct-09 19:08 
GeneralRe: excel data base error Pin
Rajesh R Subramanian30-Oct-09 19:18
professionalRajesh R Subramanian30-Oct-09 19:18 
Questionvariables Pin
khomeyni30-Oct-09 2:40
khomeyni30-Oct-09 2:40 
AnswerRe: variables Pin
Maximilien30-Oct-09 2:48
Maximilien30-Oct-09 2:48 
GeneralRe: variables Pin
khomeyni30-Oct-09 2:51
khomeyni30-Oct-09 2:51 
GeneralRe: variables Pin
Maximilien30-Oct-09 3:04
Maximilien30-Oct-09 3:04 
GeneralRe: variables Pin
khomeyni30-Oct-09 5:59
khomeyni30-Oct-09 5:59 
GeneralRe: variables Pin
David Crow30-Oct-09 6:07
David Crow30-Oct-09 6:07 
GeneralRe: variables Pin
khomeyni30-Oct-09 6:24
khomeyni30-Oct-09 6:24 
AnswerRe: variables Pin
enhzflep30-Oct-09 2:48
enhzflep30-Oct-09 2:48 

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.