Changes

Jump to: navigation, search

OOP344 - FjXR - 20102

39 bytes removed, 15:52, 31 May 2010
no edit summary
Prefixes are often combined to form other prefixes, as when '''p''' and '''sz''' are joined to form '''psz''', which stands for "pointer to zero-terminated string." </p>
<p>(See Example Below)</p>example:<p> int nCount = 45 ;<br/> char szUserName[20];<br/> char* pszUserName[20];<br/> char cLetter = 'a' ;<br/></p>
{| class="wikitable sortable" border="1" cellpadding="5" align="center"
statement, etc.”). This is a single, consistent rule I apply to all of the
code I write, and it makes formatting much simpler. It makes the
“scannability” easier – when you look at this line:</p><br/> example:  int func(int a);<br/><br/>
<p>
you know, by the semicolon at the end of the line, that this is a
declaration and it goes no further, but when you see the line:</p>
<br/>example: int func(int a) {<br/><br/>
<p>
you immediately know it’s a definition because the line finishes
1
edit

Navigation menu