Search:

Type: Posts; User: Ace2187

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    6,741

    How exactly would I achieve this? Either method.

    How exactly would I achieve this? Either method.
  2. Replies
    3
    Views
    6,741

    Reading negative numbers from command line

    This is a program I'm writing for class. I'm not sure if it is required to accept negative numbers but I'm trying to make it do that anyways. The purpose of the program is to do operations on...
  3. Thank you for the help. It didn't occur to me to...

    Thank you for the help. It didn't occur to me to use the remainder operator. My first thought was modf. I ended up reducing the transformation part to:


    for(i = 0; i < MAXNUM; i++) {
    b10_num[i]...
  4. Changing integer input into string, wrong value

    I'm creating a code to transform integers into roman numerals. I thought about attempting to use getchar() to read each number but then decided to try to use scanf and use algebraic means to break...
Results 1 to 4 of 4