Search:

Type: Posts; User: CALiiGeDDon

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,738

    Found a way to get the digit counter to work. ...

    Found a way to get the digit counter to work. Not sure if it is a good way but in the array declaration for numbers[] i changed each number from 0, 1, 2... to '0', '1', '2'... and at the printf I...
  2. Replies
    7
    Views
    2,738

    Yeah I know I can use int main() and not void...

    Yeah I know I can use int main() and not void main() but I didn't really feel like it. It also appears that my program isn't incrementing the digits. All I get is a 0 at the printf part for...
  3. Replies
    7
    Views
    2,738

    Need help ASAP with a code

    I haven't gone into much details yet because I am just trying to get this code to work first. The program runs with zero errors but when I run the program the printf statement at the end prints...
Results 1 to 3 of 3