bitwise OR on strings

Posted by mr.bio on Stack Overflow See other posts from Stack Overflow or by mr.bio
Published on 2010-03-30T11:45:36Z Indexed on 2010/03/30 11:53 UTC
Read the original article Hit count: 528

Filed under:
|
|
|

How can i do a Bitwise OR on strings?

A:
10001
01010
------
11011

Why on strings? The Bits can have length of 40-50.Maybe this could be problematic on int ? Any Ideas ?

© Stack Overflow or respective owner

Related posts about c++

Related posts about string