I am not using this anywhere, while working with other programs I got a doubt. How to pass a binary number as command line parameter and what functions are available to convert to integer?
Example:
./HelloWorld b1010
above code I want to read as integer 10. Any suggestions ?