Click here to Skip to main content
15,925,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: string tables Pin
sach!!27-Jun-06 18:55
sach!!27-Jun-06 18:55 
AnswerRe: string tables Pin
Hamid_RT27-Jun-06 19:04
Hamid_RT27-Jun-06 19:04 
Questionwhat is a source control? [modified] Pin
big_denny_20027-Jun-06 5:34
big_denny_20027-Jun-06 5:34 
AnswerRe: what is a source control? Pin
Chris Losinger27-Jun-06 5:52
professionalChris Losinger27-Jun-06 5:52 
AnswerRe: what is a source control? Pin
Jun Du27-Jun-06 6:09
Jun Du27-Jun-06 6:09 
AnswerRe: what is a source control? Pin
James R. Twine27-Jun-06 6:58
James R. Twine27-Jun-06 6:58 
AnswerRe: what is a source control? Pin
Andre xxxxxxx27-Jun-06 11:19
Andre xxxxxxx27-Jun-06 11:19 
QuestionPointer Theory Pin
Richard Andrew x6427-Jun-06 5:31
professionalRichard Andrew x6427-Jun-06 5:31 
I am writing an expression evaluator, so I have come across the following head-scratcher:


We all know that for every type in the C++ world, we are able to declare either an actual instance of that type, or a pointer to that type. C++ natively supports up to two levels of indirection, if I am correct.

So, is the level of indirection an attribute of the type, or an attribute of the symbol that represents the instance of the type?

In other words, are there three different native types called:
char
pointer-to-char
pointer-to-pointer-to-char

OR is there really only one type

char

and the level of indirection is an attribute that belongs to the specific symbol being declared?
AnswerRe: Pointer Theory Pin
Chris Losinger27-Jun-06 5:54
professionalChris Losinger27-Jun-06 5:54 
GeneralRe: Pointer Theory Pin
Richard Andrew x6427-Jun-06 6:00
professionalRichard Andrew x6427-Jun-06 6:00 
GeneralRe: Pointer Theory Pin
Zac Howland27-Jun-06 7:40
Zac Howland27-Jun-06 7:40 
GeneralRe: Pointer Theory Pin
Chris Losinger27-Jun-06 8:20
professionalChris Losinger27-Jun-06 8:20 
GeneralRe: Pointer Theory Pin
Zac Howland27-Jun-06 9:17
Zac Howland27-Jun-06 9:17 
GeneralRe: Pointer Theory Pin
Richard Andrew x6427-Jun-06 9:38
professionalRichard Andrew x6427-Jun-06 9:38 
AnswerRe: Pointer Theory Pin
Jun Du27-Jun-06 5:55
Jun Du27-Jun-06 5:55 
AnswerRe: Pointer Theory Pin
ryanpo127-Jun-06 9:19
ryanpo127-Jun-06 9:19 
QuestionChild Window Caption in "Windows" menu Pin
Juan Carrión27-Jun-06 4:40
Juan Carrión27-Jun-06 4:40 
AnswerRe: Child Window Caption in "Windows" menu Pin
FarPointer27-Jun-06 4:41
FarPointer27-Jun-06 4:41 
GeneralRe: Child Window Caption in "Windows" menu Pin
Juan Carrión27-Jun-06 5:33
Juan Carrión27-Jun-06 5:33 
Question[Message Deleted] Pin
Jay0327-Jun-06 4:36
Jay0327-Jun-06 4:36 
AnswerRe: this Operator Pin
Jun Du27-Jun-06 5:09
Jun Du27-Jun-06 5:09 
AnswerRe: this Operator Pin
Zac Howland27-Jun-06 5:15
Zac Howland27-Jun-06 5:15 
QuestionMFC Class Wizard Pin
sphereboy27-Jun-06 4:27
sphereboy27-Jun-06 4:27 
AnswerRe: MFC Class Wizard Pin
David Crow27-Jun-06 4:29
David Crow27-Jun-06 4:29 
Questionutf-8 Pin
cuongcntt200227-Jun-06 4:22
cuongcntt200227-Jun-06 4:22 

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.