Open main menu

CDOT Wiki β

Changes

Weekly Schedule 20111 - OOP344

1 byte removed, 11:25, 18 March 2011
Week 10 - Mar 13
<big><pre>
void SetBitPattern(unsigned int& V, const char* pattern, int startBitIndex);
SetBitPattern(&I, "01101111", 4);
// Startingf from bit 4 it will set the bits of I to the incoming pattern
</pre></big>
=== Resources ===
*