xMRi
Tomato Guru
Germany
315 Posts |
Posted - Feb 24 2004 : 04:41:06 AM
|
When I write something like this: void CCtrlRelationRTHook::WindowProc(UINT msg, WPARAM wParam, LPARAM lParam) { if (lP
Writing lP gives a suggestion to LPARAM and not lParam. I think variables should precide types, specially inside a statement and not at the begining of a statement. At the beginning of a statement types may overrule variables.
Just an idea.
Martin |
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming |
|