Difference between revisions of "Source Code"

From CDOT Wiki
Jump to: navigation, search
(Created page with '<p>will put some c codes here</p>')
 
Line 1: Line 1:
 
<p>will put some c codes here</p>
 
<p>will put some c codes here</p>
 +
 +
n += !a[i];      //kind of tricky way to count the zeroes in the array

Revision as of 18:18, 26 May 2010

will put some c codes here

n += !a[i]; //kind of tricky way to count the zeroes in the array