Search:

Type: Posts; User: sonjared

Search: Search took 0.01 seconds.

  1. Thread: Parameters??

    by sonjared
    Replies
    5
    Views
    854

    Then you will have two different paths of...

    Then you will have two different paths of execution. One can call scanf to read an octal value since that is built into scanf, and the other must use string input because there is no native support...
  2. Thread: Parameters??

    by sonjared
    Replies
    5
    Views
    854

    Do you want the user to type either binary or...

    Do you want the user to type either binary or octal and have the program figure out which it is?
  3. Thread: Parameters??

    by sonjared
    Replies
    5
    Views
    854

    If the input could be using any radix, you have...

    If the input could be using any radix, you have little choice but to use string input for the number, which would then be converted to the correct representation.
Results 1 to 3 of 3