Home
Random
Log in
Settings
About CDOT Wiki
Disclaimers
Open main menu
CDOT Wiki
β
Search
Edit
Watch this page
Source Code
Revision as of 00:15, 24 June 2010 by
Xwu
(
talk
|
contribs
)
(
→
OOP344
)
(
diff
)
← Older revision
| Latest revision (diff) | Newer revision → (diff)
will put some c codes here
OOP344
Contents
OOP344
Source Code
n += !a[i]; //kind of tricky way to count the zeroes in the array(for c only)
~x + 1 = -x; //bitwise operator
Source Code
n += !a[i]; //kind of tricky way to count the zeroes in the array(for c only)
~x + 1 = -x; //bitwise operator