Search:

Type: Posts; User: .C-Man.

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,945

    Well it should be int x = (int)(( y / 100) % 10...

    Well it should be int x = (int)(( y / 100) % 10 ); actually because if I typed in a number like 1234.123 it would print 12 as the hundred digit. But you really helped me understand that, thanks.
  2. Replies
    8
    Views
    1,945

    That's right. I think I misread my own question...

    That's right. I think I misread my own question myself, lol. Anyway, I don't know how to find any of those digits. This is all confusing for me.
  3. Replies
    8
    Views
    1,945

    I'll use the number 123.456 as an example. The 1...

    I'll use the number 123.456 as an example. The 1 = the "1-digit", the 3 = "100-digit", the 4 = the "first-most-significant-digit", the 6 = "the third-most-significant-digit". Yeah, my instructor...
  4. Replies
    8
    Views
    1,945

    C Beginner - Need Help

    Hey everyone. I'm new to this site as well as I am C Programming. My instructor is moving pretty quick so I'm getting lost in some things that we're learning. If anyone can help me figure this out,...
Results 1 to 4 of 4