I want to write program (at the moment I don't have any code), which should do the following:
- Take from user string containing binary number,
- Convert it to
unsigned int
andsigned int
, - Return the result to the user.
How can I implement the second activity? I'm looking for any help.