Exemplo n.º 1
0
void TestClass::TestUpdateBits()
{
	Bit bit;
	int result = bit.UpdateBit(2048, 21, 2, 6);
	assert(result == 2132);
}