Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Internal class Pin
R Thompson30-May-07 10:50
R Thompson30-May-07 10:50 
GeneralRe: Internal class Pin
Mark Salsbery30-May-07 10:57
Mark Salsbery30-May-07 10:57 
GeneralRe: Internal class Pin
R Thompson30-May-07 11:07
R Thompson30-May-07 11:07 
GeneralRe: Internal class Pin
Mark Salsbery30-May-07 11:10
Mark Salsbery30-May-07 11:10 
AnswerRe: Internal class Pin
Matthew Faithfull30-May-07 12:55
Matthew Faithfull30-May-07 12:55 
AnswerRe: Internal class Pin
Bram van Kampen30-May-07 14:43
Bram van Kampen30-May-07 14:43 
QuestionLONG_PTR (Hungarian notation) Pin
bob1697230-May-07 9:40
bob1697230-May-07 9:40 
AnswerRe: LONG_PTR (Hungarian notation) Pin
Matthew Faithfull30-May-07 10:17
Matthew Faithfull30-May-07 10:17 
I'm a closet 'hugarian' as well Laugh | :laugh: although I never did use f... for bools. My latest practice is to use names like INT64 or LONG32 where the sizes are genuinely fixed and won't change depending on the platform where this code is compiled and ULONG_PTR and the like for types that are sized according to the word size of (bitage as I prefer) of the system. Of course if you're defining these types yourself and intending others to use them then you probably shouldn't polute the default namespace with such generic names anyway so in my latest project I use mxUINT32, mxINT64, mxUINT_PTR, mxULONG_PTR. I don't have mxLONG_PTR defined because as far as I'm concerned pointers are never signed but that's probably a matter of taste. I use this style of names for anything #define(ed) or typedef(ed) from fundamental types either directly or via windows headers.

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

GeneralRe: LONG_PTR (Hungarian notation) Pin
bob1697230-May-07 12:02
bob1697230-May-07 12:02 
AnswerRe: LONG_PTR (Hungarian notation) Pin
Hans Dietrich30-May-07 10:43
mentorHans Dietrich30-May-07 10:43 
GeneralRe: LONG_PTR (Hungarian notation) Pin
bob1697230-May-07 11:53
bob1697230-May-07 11:53 
GeneralRe: LONG_PTR (Hungarian notation) Pin
Matthew Faithfull30-May-07 12:50
Matthew Faithfull30-May-07 12:50 
QuestionIStorage problem Pin
josip cagalj30-May-07 7:19
josip cagalj30-May-07 7:19 
QuestionRe: IStorage problem Pin
Mark Salsbery30-May-07 7:45
Mark Salsbery30-May-07 7:45 
AnswerRe: IStorage problem Pin
josip cagalj30-May-07 21:39
josip cagalj30-May-07 21:39 
GeneralRe: IStorage problem Pin
Mark Salsbery31-May-07 5:21
Mark Salsbery31-May-07 5:21 
GeneralRe: IStorage problem Pin
josip cagalj31-May-07 23:17
josip cagalj31-May-07 23:17 
GeneralRe: IStorage problem Pin
Mark Salsbery1-Jun-07 4:58
Mark Salsbery1-Jun-07 4:58 
Question[Message Deleted] Pin
joshp121730-May-07 5:01
joshp121730-May-07 5:01 
AnswerRe: I need Help with this Function Pin
toxcct30-May-07 5:06
toxcct30-May-07 5:06 
GeneralRe: I need Help with this Function Pin
joshp121730-May-07 5:10
joshp121730-May-07 5:10 
GeneralRe: I need Help with this Function Pin
Hamid_RT30-May-07 8:50
Hamid_RT30-May-07 8:50 
GeneralRe: I need Help with this Function Pin
joshp121730-May-07 8:51
joshp121730-May-07 8:51 
GeneralRe: I need Help with this Function Pin
Jeffrey Walton30-May-07 11:31
Jeffrey Walton30-May-07 11:31 
AnswerRe: I need Help with this Function Pin
#realJSOP30-May-07 6:09
professional#realJSOP30-May-07 6:09 

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.