I have to convert binary string to integer. I can use & | << and >>. No exponentiation, no embedded functions.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Initialize a value to 0
Traverse the string from left to right as follows: |
|||||||||
|
|
try the following. As string is built in, its not possible to use it without using built in methods. ;)
|
|||||||||||||
|
|
Since we are still at it, here's my C-based solution:
Since it's homework, I intentionally leave the Java translation to the reader. It shouldn't be too hard, especially with the answer by Peter Lawrey in mind. |
|||
|
|