Click here to Skip to main content
15,891,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to use CPerftimer class in Dialog-based MFC application Pin
Rage5-Nov-06 22:51
professionalRage5-Nov-06 22:51 
GeneralRe: how to use CPerftimer class in Dialog-based MFC application Pin
daemone6-Nov-06 3:15
daemone6-Nov-06 3:15 
AnswerRe: how to use CPerftimer class in Dialog-based MFC application Pin
Hamid_RT5-Nov-06 23:59
Hamid_RT5-Nov-06 23:59 
Questionusing const Pin
minkowski5-Nov-06 22:08
minkowski5-Nov-06 22:08 
AnswerRe: using const Pin
Cedric Moonen5-Nov-06 22:32
Cedric Moonen5-Nov-06 22:32 
GeneralRe: using const Pin
minkowski5-Nov-06 22:37
minkowski5-Nov-06 22:37 
GeneralRe: using const Pin
Rage5-Nov-06 22:45
professionalRage5-Nov-06 22:45 
GeneralRe: using const Pin
minkowski6-Nov-06 3:02
minkowski6-Nov-06 3:02 
But I thought that if you refer to an array without the [] its just referring to the 1st element in the array which is equivalent to writing

<br />
const char *p  = arr;<br />


which is the same as


<br />
const char *p  = arr[0];<br />


but I get a compile error Confused | :confused:
GeneralRe: using const Pin
Cedric Moonen6-Nov-06 3:13
Cedric Moonen6-Nov-06 3:13 
GeneralRe: using const Pin
minkowski6-Nov-06 4:22
minkowski6-Nov-06 4:22 
GeneralRe: using const Pin
Cedric Moonen6-Nov-06 4:27
Cedric Moonen6-Nov-06 4:27 
GeneralRe: using const Pin
minkowski6-Nov-06 4:38
minkowski6-Nov-06 4:38 
GeneralRe: using const Pin
David Crow6-Nov-06 4:27
David Crow6-Nov-06 4:27 
Questionsplitter window Pin
sarojkumarjena5-Nov-06 21:41
sarojkumarjena5-Nov-06 21:41 
AnswerRe: splitter window Pin
Sunil P V5-Nov-06 21:56
Sunil P V5-Nov-06 21:56 
GeneralRe: splitter window Pin
Rage5-Nov-06 22:44
professionalRage5-Nov-06 22:44 
GeneralRe: splitter window Pin
Cedric Moonen5-Nov-06 22:54
Cedric Moonen5-Nov-06 22:54 
GeneralRe: splitter window Pin
PJ Arends5-Nov-06 23:07
professionalPJ Arends5-Nov-06 23:07 
QuestionQuestion about controlling Windows Services Pin
softgrid5-Nov-06 21:30
softgrid5-Nov-06 21:30 
AnswerRe: Question about controlling Windows Services Pin
Nibu babu thomas5-Nov-06 21:35
Nibu babu thomas5-Nov-06 21:35 
AnswerRe: Question about controlling Windows Services Pin
Blake Miller9-Nov-06 11:47
Blake Miller9-Nov-06 11:47 
QuestionArchitecture Problem Pin
baerten5-Nov-06 21:10
baerten5-Nov-06 21:10 
AnswerRe: Architecture Problem Pin
Rage5-Nov-06 22:49
professionalRage5-Nov-06 22:49 
GeneralRe: Architecture Problem Pin
baerten6-Nov-06 1:06
baerten6-Nov-06 1:06 
QuestionLPCSTR Pin
vtalau5-Nov-06 20:58
vtalau5-Nov-06 20:58 

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.