Click here to Skip to main content
15,899,549 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFile::Write() and disk-full condition Pin
Mark Salsbery29-Oct-06 15:27
Mark Salsbery29-Oct-06 15:27 
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 
Don't you think it should compile?
<br />
int val = 44;<br />
int* a = &val;<br />
int* b = &a; //assigns the adress of pointer a (not it's value) to pointer b<br />

and here comes error (occurs in the third line of the above code):
error C2440: 'initializing' : cannot convert from 'int **__w64 ' to 'int *'

Unless I use "int **__w64" type how can it possibly need a convertion and what is exactly "int **__w64"?

Thanks in advance



watherby 33
AnswerRe: problem with pointers to pointers in VC++ Pin
PJ Arends29-Oct-06 10:13
professionalPJ Arends29-Oct-06 10:13 
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 

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.