Thread: Can anyone help me to break numbers into an array numbers

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2009
    Posts
    2

    Exclamation Can anyone help me to break numbers into an array

    Hi, i was trying to make a program to brake the numbers into one array, for example user inputs 146, the program should take that int and put into the array(like that : array[0] = 1, array[2] = 4 and array[3] = 6. Can anyone help me with that? Please
    Last edited by s2xcracker; 08-25-2009 at 05:55 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newb Help: Full Arrays and Functions
    By LycanGalen in forum C Programming
    Replies: 5
    Last Post: 01-31-2008, 08:35 PM
  2. game window rejected painting !
    By black in forum Windows Programming
    Replies: 4
    Last Post: 03-27-2007, 01:10 AM
  3. ascii rpg help
    By aaron11193 in forum C Programming
    Replies: 18
    Last Post: 10-29-2006, 01:45 AM
  4. Replies: 27
    Last Post: 10-11-2006, 04:27 AM
  5. Converting Numbers to Words
    By denizengt in forum C Programming
    Replies: 20
    Last Post: 11-05-2003, 09:19 PM