Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Please help me! Pin
toxcct24-Mar-05 5:18
toxcct24-Mar-05 5:18 
Generalcurrently connected user Pin
shaans24-Mar-05 2:55
shaans24-Mar-05 2:55 
GeneralRe: currently connected user Pin
David Crow24-Mar-05 4:06
David Crow24-Mar-05 4:06 
GeneralRe: currently connected user Pin
shaans24-Mar-05 17:26
shaans24-Mar-05 17:26 
GeneralRe: currently connected user Pin
David Crow25-Mar-05 2:07
David Crow25-Mar-05 2:07 
GeneralSend mail with attachment Pocket PC 2003 Pin
verma-rahul24-Mar-05 1:34
verma-rahul24-Mar-05 1:34 
Generalfun(char*) and fun(char) Pin
bobi_zcl24-Mar-05 0:37
bobi_zcl24-Mar-05 0:37 
GeneralRe: fun(char*) and fun(char) Pin
Abyss24-Mar-05 1:23
Abyss24-Mar-05 1:23 
I'm not a compiler expert, but suppose that the compiler tries to convert (cast) the input argument to something. Since 0 is by default an integer it tries to cast to char but it also can be casted to NULL pointer. So the compiler doesn't know which is the best solution. In the second case the 0 is an integer and the compiler found the method, doesn't need conversion (casting). I suppose if you call the function as fun(0L) it will have the same result as in the previous case...

To resolve the problem call the function as fun((char)0).

Hope this help,
Abyss
GeneralRe: fun(char*) and fun(char) Pin
toxcct24-Mar-05 1:27
toxcct24-Mar-05 1:27 
GeneralRe: fun(char*) and fun(char) Pin
bobi_zcl24-Mar-05 1:43
bobi_zcl24-Mar-05 1:43 
GeneralRe: fun(char*) and fun(char) Pin
David Crow24-Mar-05 4:23
David Crow24-Mar-05 4:23 
GeneralRe: fun(char*) and fun(char) Pin
toxcct24-Mar-05 5:39
toxcct24-Mar-05 5:39 
GeneralCWebBrowser - Web Data Pin
sweep12324-Mar-05 0:37
sweep12324-Mar-05 0:37 
GeneralRe: CWebBrowser - Web Data Pin
Ravi Bhavnani24-Mar-05 6:14
professionalRavi Bhavnani24-Mar-05 6:14 
Generaldifference between system date and decide date Pin
tintust24-Mar-05 0:34
tintust24-Mar-05 0:34 
GeneralRe: difference between system date and decide date Pin
toxcct24-Mar-05 0:50
toxcct24-Mar-05 0:50 
GeneralRe: difference between system date and decide date Pin
Aamir Butt24-Mar-05 1:32
Aamir Butt24-Mar-05 1:32 
GeneralRe: difference between system date and decide date Pin
David Crow24-Mar-05 4:24
David Crow24-Mar-05 4:24 
GeneralRe: difference between system date and decide date Pin
toxcct24-Mar-05 5:07
toxcct24-Mar-05 5:07 
GeneralHowto Hide the tab captions Pin
Tareq Ahmed Siraj24-Mar-05 0:31
Tareq Ahmed Siraj24-Mar-05 0:31 
GeneralRe: Howto Hide the tab captions Pin
toxcct24-Mar-05 0:49
toxcct24-Mar-05 0:49 
GeneralRe: Howto Hide the tab captions Pin
Tareq Ahmed Siraj24-Mar-05 0:53
Tareq Ahmed Siraj24-Mar-05 0:53 
GeneralRe: Howto Hide the tab captions Pin
toxcct24-Mar-05 1:04
toxcct24-Mar-05 1:04 
GeneralRe: Howto Hide the tab captions Pin
Tareq Ahmed Siraj24-Mar-05 1:38
Tareq Ahmed Siraj24-Mar-05 1:38 
GeneralRe: Howto Hide the tab captions Pin
namaskaaram24-Mar-05 1:08
namaskaaram24-Mar-05 1:08 

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.