Click here to Skip to main content
15,888,300 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Always on top (modeless) dialog box Pin
David Crow8-Nov-11 8:43
David Crow8-Nov-11 8:43 
GeneralRe: Always on top (modeless) dialog box Pin
Hadi Dayvary8-Nov-11 19:40
professionalHadi Dayvary8-Nov-11 19:40 
AnswerRe: Always on top (modeless) dialog box Pin
basementman8-Nov-11 4:37
basementman8-Nov-11 4:37 
GeneralRe: Always on top (modeless) dialog box Pin
Hadi Dayvary8-Nov-11 7:06
professionalHadi Dayvary8-Nov-11 7:06 
QuestionCalling DLL methods related problem Pin
Member 83440907-Nov-11 19:31
Member 83440907-Nov-11 19:31 
AnswerRe: Calling DLL methods related problem Pin
Richard MacCutchan7-Nov-11 22:38
mveRichard MacCutchan7-Nov-11 22:38 
Questionreturning std::pair<> Pin
User 5838527-Nov-11 17:47
User 5838527-Nov-11 17:47 
AnswerRe: returning std::pair Pin
Chuck O'Toole7-Nov-11 18:49
Chuck O'Toole7-Nov-11 18:49 
Well, as long as we're talking about personal preferences.

I think that templates, in general, has uglied up the language by spraying < and > all over the place. I think somebody went nuts with this stuff and talked the language committee into using it. Plus the fact that it's not just the template definition that's affected but the coder has to use that syntax when referencing it had contributed to the unreadability of code.

I mean > is already used in pointer use (->) and in inequality tests (greater than) and then there's the right shift (>>) operator. Then somebody comes along to overload it for "cin" and other stream io. And don't get me started on <

I mean really, try writing code that takes some template result as a pointer to an object that you want to stream data into. Count the >'s. If they were right parens ) instead, it would remind me of early Lisp.
GeneralRe: returning std::pair Pin
Erudite_Eric7-Nov-11 21:30
Erudite_Eric7-Nov-11 21:30 
GeneralRe: returning std::pair Pin
User 5838527-Nov-11 22:05
User 5838527-Nov-11 22:05 
GeneralRe: returning std::pair Pin
Malli_S8-Nov-11 1:39
Malli_S8-Nov-11 1:39 
GeneralRe: returning std::pair Pin
Albert Holguin9-Nov-11 9:30
professionalAlbert Holguin9-Nov-11 9:30 
AnswerRe: returning std::pair Pin
jschell8-Nov-11 9:58
jschell8-Nov-11 9:58 
Questionif(NULL == MyPointer) Pin
User 5838527-Nov-11 15:37
User 5838527-Nov-11 15:37 
AnswerRe: if(NULL == MyPointer) Pin
Dr.Walt Fair, PE7-Nov-11 15:45
professionalDr.Walt Fair, PE7-Nov-11 15:45 
AnswerRe: if(NULL == MyPointer) Pin
Chuck O'Toole7-Nov-11 17:43
Chuck O'Toole7-Nov-11 17:43 
AnswerRe: if(NULL == MyPointer) Pin
«_Superman_»7-Nov-11 18:08
professional«_Superman_»7-Nov-11 18:08 
GeneralRe: if(NULL == MyPointer) Pin
Stefan_Lang10-Nov-11 3:46
Stefan_Lang10-Nov-11 3:46 
AnswerRe: if(NULL == MyPointer) Pin
Malli_S8-Nov-11 1:05
Malli_S8-Nov-11 1:05 
AnswerRe: if(NULL == MyPointer) Pin
Eytukan8-Nov-11 7:36
Eytukan8-Nov-11 7:36 
GeneralRe: if(NULL == MyPointer) Pin
Chuck O'Toole8-Nov-11 8:39
Chuck O'Toole8-Nov-11 8:39 
GeneralRe: if(NULL == MyPointer) Pin
David Crow8-Nov-11 8:44
David Crow8-Nov-11 8:44 
GeneralRe: if(NULL == MyPointer) Pin
Stefan_Lang10-Nov-11 3:54
Stefan_Lang10-Nov-11 3:54 
GeneralRe: if(NULL == MyPointer) Pin
Eytukan10-Nov-11 17:03
Eytukan10-Nov-11 17:03 
GeneralRe: if(NULL == MyPointer) Pin
User 5838528-Nov-11 11:12
User 5838528-Nov-11 11:12 

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.