Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: custom static control lin vc++ Pin
Tareq Ahmed Siraj20-Mar-05 18:41
Tareq Ahmed Siraj20-Mar-05 18:41 
GeneralRe: custom static control lin vc++ Pin
sanjay00720-Mar-05 18:54
sanjay00720-Mar-05 18:54 
GeneralNorthwind exercises Pin
Renjith Ramachandran20-Mar-05 15:49
Renjith Ramachandran20-Mar-05 15:49 
GeneralPacket Filtering Pin
OvermindDL120-Mar-05 15:00
OvermindDL120-Mar-05 15:00 
Questionoverloading bug in VC++6?? Pin
nm_11420-Mar-05 14:41
nm_11420-Mar-05 14:41 
AnswerRe: overloading bug in VC++6?? Pin
PJ Arends20-Mar-05 16:32
professionalPJ Arends20-Mar-05 16:32 
GeneralRe: overloading bug in VC++6?? Pin
nm_11420-Mar-05 17:44
nm_11420-Mar-05 17:44 
AnswerRe: overloading bug in VC++6?? Pin
cmk21-Mar-05 1:55
cmk21-Mar-05 1:55 
The default char type may be unsigned.
This can be controlled by compiler flags.

In that case using 'char' and 'c' works because there is no conversion.

Using 'signed char' and 'c' makes the compiler look for the best conversion from (unsigned char) 'c'. In that case i guess it promotes 'c' to a signed int.


...cmk

Save the whales - collect the whole set
GeneralIPC - win32 Pin
mpapeo20-Mar-05 12:52
mpapeo20-Mar-05 12:52 
GeneralRe: IPC - win32 Pin
shiraztk20-Mar-05 23:36
shiraztk20-Mar-05 23:36 
GeneralRe: IPC - win32 Pin
mpapeo21-Mar-05 8:51
mpapeo21-Mar-05 8:51 
GeneralRe: IPC - win32 Pin
shiraztk21-Mar-05 19:03
shiraztk21-Mar-05 19:03 
Questionfgets?? Pin
Larsson20-Mar-05 10:23
Larsson20-Mar-05 10:23 
AnswerRe: fgets?? Pin
John R. Shaw20-Mar-05 10:57
John R. Shaw20-Mar-05 10:57 
AnswerRe: fgets?? Pin
hauptman20-Mar-05 11:21
hauptman20-Mar-05 11:21 
GeneralRe: fgets?? Pin
David Crow21-Mar-05 4:21
David Crow21-Mar-05 4:21 
AnswerRe: fgets?? Pin
Christian Graus20-Mar-05 11:58
protectorChristian Graus20-Mar-05 11:58 
AnswerRe: fgets?? Pin
Aamir Butt21-Mar-05 0:18
Aamir Butt21-Mar-05 0:18 
QuestionHow do I call a Child window from a Dialog? Pin
TMaxwell8620-Mar-05 10:21
TMaxwell8620-Mar-05 10:21 
AnswerRe: How do I call a Child window from a Dialog? Pin
Renjith Ramachandran20-Mar-05 15:57
Renjith Ramachandran20-Mar-05 15:57 
GeneralAccessing the gui controls of other applications Pin
modshah_one20-Mar-05 7:08
modshah_one20-Mar-05 7:08 
GeneralRe: Accessing the gui controls of other applications Pin
David Crow21-Mar-05 4:26
David Crow21-Mar-05 4:26 
GeneralRe: Accessing the gui controls of other applications Pin
modshah_one21-Mar-05 7:12
modshah_one21-Mar-05 7:12 
GeneralRe: Accessing the gui controls of other applications Pin
David Crow21-Mar-05 7:21
David Crow21-Mar-05 7:21 
GeneralPLBYTE to int * Pin
samhwang20-Mar-05 6:41
samhwang20-Mar-05 6:41 

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.