Search:

Type: Posts; User: Clayton Cuteri

Search: Search took 0.00 seconds.

  1. my input reads "12345" and i want to get it to be...

    my input reads "12345" and i want to get it to be "54321" (for multiplication reasons). i changed the code to what it looks like in line 11, except for the
    (int) however this did not help...
  2. struct integer looks like this: struct...

    struct integer looks like this:


    struct integer{
    int* digits;
    int size;
    };
  3. Converting a char array into an int array

    I am writing code to multiply two int arrays and in my one function i am trying to convert the char array into an int array. I have tested many parts however i can not find the problem. any help or...
Results 1 to 3 of 3