In C++/C# the common convention for private class vars is m_MyPrivateVar, and I belive "m_" stands for "my" (I might be wrong).
In Delphi, private class variables begin with F, e.g. FHandle etc.
What does the F means? Foo? :)
|
In C++/C# the common convention for private class vars is In Delphi, private class variables begin with F, e.g. FHandle etc. What does the F means? Foo? :) |
|||||||||||||||||||
|
|
There are some naming conventions not to get lost in code. Here is an example to point out why this is useful.
|
|||||||||
|