Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Don't want modeless CDialog always on the top. Pin
Antony M Kancidrowski13-Aug-04 0:57
Antony M Kancidrowski13-Aug-04 0:57 
GeneralRe: Don't want modeless CDialog always on the top. Pin
Antony M Kancidrowski13-Aug-04 0:58
Antony M Kancidrowski13-Aug-04 0:58 
GeneralRe: Don't want modeless CDialog always on the top. Pin
olivierjoly13-Aug-04 1:12
olivierjoly13-Aug-04 1:12 
Generalfinish program while windows finishing Pin
vlaman12-Aug-04 22:11
vlaman12-Aug-04 22:11 
GeneralRe: finish program while windows finishing Pin
parths12-Aug-04 23:31
parths12-Aug-04 23:31 
GeneralRe: finish program while windows finishing Pin
David Crow13-Aug-04 3:11
David Crow13-Aug-04 3:11 
Questionbest way for using html-controls/templates in vc++6? Pin
mightyCoCo12-Aug-04 21:14
mightyCoCo12-Aug-04 21:14 
GeneralC++ global const question Pin
Indrawati12-Aug-04 20:23
Indrawati12-Aug-04 20:23 
Hi
Let's say I defined a global const in a header file (which will be #included by many files) as follows:

const int MAX_CLIENT = 1000;

My question is, will the compiler replace each occurence of MAX_CLIENT with 1000? Should I declare MAX_CLIENT as static const instead? And will the same rule apply if MAX_CLIENT is not an int, but a char array?

Thanks!
GeneralRe: C++ global const question Pin
Ryan Binns12-Aug-04 20:45
Ryan Binns12-Aug-04 20:45 
GeneralAutocad\vc++ Pin
Member 129553312-Aug-04 19:28
Member 129553312-Aug-04 19:28 
GeneralRe: Autocad\vc++ Pin
Antony M Kancidrowski13-Aug-04 1:18
Antony M Kancidrowski13-Aug-04 1:18 
GeneralRe: Autocad\vc++ Pin
Anonymous13-Aug-04 1:28
Anonymous13-Aug-04 1:28 
GeneralRe: Autocad\vc++ Pin
Antony M Kancidrowski13-Aug-04 5:25
Antony M Kancidrowski13-Aug-04 5:25 
Generalabout hook Pin
yingkou12-Aug-04 19:22
yingkou12-Aug-04 19:22 
GeneralRe: about hook Pin
Ryan Binns12-Aug-04 20:47
Ryan Binns12-Aug-04 20:47 
GeneralRe: about hook Pin
yingkou12-Aug-04 22:19
yingkou12-Aug-04 22:19 
GeneralRe: about hook Pin
Ryan Binns12-Aug-04 22:56
Ryan Binns12-Aug-04 22:56 
GeneralRe: about hook Pin
yingkou13-Aug-04 0:09
yingkou13-Aug-04 0:09 
GeneralRe: about hook Pin
Ryan Binns13-Aug-04 0:45
Ryan Binns13-Aug-04 0:45 
GeneralRe: about hook Pin
yingkou13-Aug-04 1:18
yingkou13-Aug-04 1:18 
GeneralMenu item changed event Pin
gokings12-Aug-04 19:14
gokings12-Aug-04 19:14 
GeneralRe: Menu item changed event Pin
gokings13-Aug-04 2:52
gokings13-Aug-04 2:52 
GeneralCHtmlView events Pin
alex.barylski12-Aug-04 19:03
alex.barylski12-Aug-04 19:03 
QuestionHow To create new XML file using msxml.dll? Pin
Rassul Yunussov12-Aug-04 18:41
Rassul Yunussov12-Aug-04 18:41 
AnswerRe: How To create new XML file using msxml.dll? Pin
*Dreamz12-Aug-04 20:17
*Dreamz12-Aug-04 20:17 

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.