21
edits
Changes
→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 ===
*