please guide me....i didnt know how to implement its...
my situation is like this :-
let say that i have 11111010..... And i want to move the left most side of binary number and add with the 4 bits in the right side, so its can be like this
. 1010
+ 1111
so..please help me and guide me, how can i implement like this in c++ programming...