Search:

Type: Posts; User: Zim

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    7,656

    Ok thanks. Can you explain the magnitude array...

    Ok thanks. Can you explain the magnitude array more?
  2. Replies
    16
    Views
    7,656

    #include char *units[11] = {"",...

    #include <stdio.h>


    char *units[11] = {"", "one", "two", "three", "four", "five", "six",
    "seven", "eight", "nine", '\0'};

    char *tens[11] = {"","eleven ","twelve ","thirteen ",
    "fourteen...
  3. Replies
    16
    Views
    7,656

    ok I've got it to work for 1 - 999 minus the teen...

    ok I've got it to work for 1 - 999 minus the teen numbers. Anyone got any tips for those? Thanks all.
  4. Replies
    16
    Views
    7,656

    Thanks so much for your help guys :)

    Thanks so much for your help guys :)
  5. Replies
    16
    Views
    7,656

    converting numbers to words

    hi all, I need to convert a string of numbers ie 125 into words ie one hundred and twenty five. So far all I have managed is to read the numbers in as a string into an array. I'm not the greatest at...
Results 1 to 5 of 5