Re: How to name variables in a program?
- From: Matthias Kaeppler <nospam@xxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 18:53:22 +0200
Phlip wrote:
So the L in LPCTSTR lives a lie. At refactor time, MS cannot search and replace every instance of LPCTSTR in the world. MS header files are infested with this nonsense. The beloved DWORD is no longer a Double WORD; on a modern CPU it is a WORD.
Isn't a DWORD just a typedef for an unsigned int? So, if you migrate to 64-Bit, it would still be a "double word" because an int is now twice as long right?
-- Matthias Kaeppler .
- Follow-Ups:
- Re: How to name variables in a program?
- From: Phlip
- Re: How to name variables in a program?
- References:
- How to name variables in a program?
- From: SerGioGio
- Re: How to name variables in a program?
- From: Martijn
- Re: How to name variables in a program?
- From: Phlip
- How to name variables in a program?
- Prev by Date: Re: How to name variables in a program?
- Next by Date: Re: How to name variables in a program?
- Previous by thread: Re: How to name variables in a program?
- Next by thread: Re: How to name variables in a program?
- Index(es):