Click here to Skip to main content
15,906,766 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFile::Write() and disk-full condition Pin
Le Thanh Cong29-Oct-06 16:12
Le Thanh Cong29-Oct-06 16:12 
QuestionInitCommonControls and XP visual style Pin
Le Thanh Cong29-Oct-06 14:46
Le Thanh Cong29-Oct-06 14:46 
QuestionWhy C++/CLI? Pin
Demian Panello29-Oct-06 14:28
Demian Panello29-Oct-06 14:28 
AnswerRe: Why C++/CLI? Pin
Mark Salsbery29-Oct-06 14:40
Mark Salsbery29-Oct-06 14:40 
AnswerRe: Why C++/CLI? Pin
Jun Du29-Oct-06 14:41
Jun Du29-Oct-06 14:41 
GeneralRe: Why C++/CLI? Pin
uusheikh29-Oct-06 22:34
uusheikh29-Oct-06 22:34 
Questionproblem with pointers to pointers in VC++ Pin
watherby3329-Oct-06 9:50
watherby3329-Oct-06 9:50 
AnswerRe: problem with pointers to pointers in VC++ Pin
PJ Arends29-Oct-06 10:13
professionalPJ Arends29-Oct-06 10:13 
watherby33 wrote:
Don't you think it should compile?

No, it should not compile. You are using different levels of indirection.
int val = 44;
int *a = &val; // pointer to int
int **b = &a;   // pointer to pointer to int
int ***c = &b;  // pointer to pointer to pointer to int
// and so on





You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!

GeneralRe: problem with pointers to pointers in VC++ Pin
watherby3329-Oct-06 10:35
watherby3329-Oct-06 10:35 
QuestionC++/CLI Pin
Demian Panello29-Oct-06 9:04
Demian Panello29-Oct-06 9:04 
AnswerRe: C++/CLI Pin
Mark Salsbery29-Oct-06 9:33
Mark Salsbery29-Oct-06 9:33 
GeneralRe: C++/CLI [modified] Pin
Demian Panello29-Oct-06 10:28
Demian Panello29-Oct-06 10:28 
AnswerRe: C++/CLI Pin
Christian Graus29-Oct-06 11:22
protectorChristian Graus29-Oct-06 11:22 
Questionactivate Edit - Copy/Paste Pin
Tara1429-Oct-06 6:16
Tara1429-Oct-06 6:16 
AnswerRe: activate Edit - Copy/Paste Pin
PJ Arends29-Oct-06 10:17
professionalPJ Arends29-Oct-06 10:17 
QuestionMAPI - IAddrBook,calling to function Address(..) to open address book fails Pin
YaronNir29-Oct-06 4:18
YaronNir29-Oct-06 4:18 
AnswerRe: MAPI - IAddrBook,calling to function Address(..) to open address book fails Pin
PJ Arends29-Oct-06 7:18
professionalPJ Arends29-Oct-06 7:18 
QuestionC++ Pin
KOKEMO29-Oct-06 1:31
KOKEMO29-Oct-06 1:31 
AnswerRe: C++ Pin
Michael Dunn29-Oct-06 1:59
sitebuilderMichael Dunn29-Oct-06 1:59 
Questionsetting symbolic name to functions and methods Pin
mt_samiei28-Oct-06 20:21
mt_samiei28-Oct-06 20:21 
QuestionWhich edit box was clicked? [modified] Pin
Oliver12328-Oct-06 19:20
Oliver12328-Oct-06 19:20 
AnswerRe: Which edit box was clicked? Pin
PJ Arends28-Oct-06 21:25
professionalPJ Arends28-Oct-06 21:25 
GeneralRe: Which edit box was clicked? Pin
Oliver12329-Oct-06 13:18
Oliver12329-Oct-06 13:18 
AnswerRe: Which edit box was clicked? Pin
Mark Salsbery29-Oct-06 14:28
Mark Salsbery29-Oct-06 14:28 
QuestionOwner Drawn Pin
BlitzPackage28-Oct-06 13:28
BlitzPackage28-Oct-06 13:28 

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.