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

C / C++ / MFC

 
GeneralRe: how the macro works Pin
toxcct12-Dec-07 3:01
toxcct12-Dec-07 3:01 
GeneralRe: how the macro works Pin
Iain Clarke, Warrior Programmer12-Dec-07 2:57
Iain Clarke, Warrior Programmer12-Dec-07 2:57 
AnswerRe: how the macro works Pin
David Crow13-Dec-07 4:57
David Crow13-Dec-07 4:57 
GeneralRe: how the macro works Pin
George_George13-Dec-07 22:43
George_George13-Dec-07 22:43 
GeneralShell_NotifyIcon sends which messages to the traybar, I'd like to hook it. Pin
followait11-Dec-07 23:27
followait11-Dec-07 23:27 
QuestionRe: Shell_NotifyIcon sends which messages to the traybar, I'd like to hook it. Pin
David Crow13-Dec-07 5:02
David Crow13-Dec-07 5:02 
Generaldone Pin
followait13-Dec-07 15:26
followait13-Dec-07 15:26 
GeneralDuplicatehandle Pin
vikramlinux11-Dec-07 22:57
vikramlinux11-Dec-07 22:57 
GeneralRe: Duplicatehandle Pin
David Crow13-Dec-07 5:04
David Crow13-Dec-07 5:04 
Generalcheckbox treeview Pin
DevMentor.org11-Dec-07 22:47
DevMentor.org11-Dec-07 22:47 
GeneralRe: checkbox treeview Pin
DevMentor.org12-Dec-07 1:19
DevMentor.org12-Dec-07 1:19 
Generalsimple dialog problem Pin
neha.agarwal2711-Dec-07 22:45
neha.agarwal2711-Dec-07 22:45 
GeneralRe: simple dialog problem Pin
CPallini11-Dec-07 22:54
mveCPallini11-Dec-07 22:54 
GeneralRe: simple dialog problem Pin
ThatsAlok13-Dec-07 0:17
ThatsAlok13-Dec-07 0:17 
GeneralRe: simple dialog problem Pin
David Crow13-Dec-07 5:06
David Crow13-Dec-07 5:06 
Generaltemplate function issue Pin
George_George11-Dec-07 22:39
George_George11-Dec-07 22:39 
GeneralRe: template function issue Pin
Matthew Faithfull11-Dec-07 23:03
Matthew Faithfull11-Dec-07 23:03 
You're really pushing the boat out now George Smile | :) . Template parameter type deduction is about as esoteric and controversial in term of the C++ standard as it gets, const T(arr)[size] will never work simply because 'you can't pass an array in C++' only the address of one. For how the actual matching works and what should and should not match in terms of const-ness you'll probably need to refer to one of Bjarne Stroustrup's books unless any of the C++ ANSI committee uber geeks happen to drop in to CP. You should note that with things this freeky you may well be introducing hidden Compiler dependencies as for example MS compilers don't necessarily follow the letter of the ANSI rules for this sort of thing, or at least not in the same way other people understand the letter of the ANSI rules. Smile | :)
Looks like I'll soon be asking you questions at this rate. Cool | :cool:

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: template function issue Pin
George_George12-Dec-07 0:15
George_George12-Dec-07 0:15 
GeneralRe: template function issue Pin
Matthew Faithfull12-Dec-07 2:51
Matthew Faithfull12-Dec-07 2:51 
GeneralRe: template function issue Pin
George_George12-Dec-07 3:22
George_George12-Dec-07 3:22 
Questionwhat it mean ? Pin
john563211-Dec-07 22:32
john563211-Dec-07 22:32 
AnswerRe: what it mean ? Pin
Cedric Moonen11-Dec-07 22:38
Cedric Moonen11-Dec-07 22:38 
AnswerRe: what it mean ? Pin
ThatsAlok13-Dec-07 0:18
ThatsAlok13-Dec-07 0:18 
Generalcannot convert from 'char *' to 'unsigned short *' Pin
santhoshv8411-Dec-07 21:50
santhoshv8411-Dec-07 21:50 
GeneralRe: cannot convert from 'char *' to 'unsigned short *' Pin
Cedric Moonen11-Dec-07 21:55
Cedric Moonen11-Dec-07 21:55 

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.