Strings

 

Naming Variables

We encourage you to use Hungarian notation when you declare variables. That is, the first two or three characters of the variable name indicate what type of variable it is. These two or three characters are usually in lowercase type. The variable names in this chapter use Hungarian notation.

 int intNumber; float fltTotalFees; double dblInterestRate; 

where int means integer, flt means float, and dbl means double.

 


Unlocking Microsoft C# V 2.0 Programming Secrets
Unlocking Microsoft C# V 2.0 Programming Secrets (Wordware Applications Library)
ISBN: 1556220979
EAN: 2147483647
Year: 2005
Pages: 129

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net