Search:

Type: Posts; User: invierno

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    21,236

    You are correct; I looked this up in the...

    You are correct; I looked this up in the preliminary stages of this project.



    I think I worked that out with the padding and all, but thanks!
  2. Replies
    5
    Views
    21,236

    Thanks for the welcome! And now I'll do it...

    Thanks for the welcome! And now I'll do it right:



    #include <stdio.h>
    #include <stdlib.h>

    int main (void)
    {
    int i=0,k=0;
  3. Replies
    5
    Views
    21,236

    Multiplying Huge numbers in integer arrays

    Hey everybody! I'm new to the forum and I could use some help. I need to write a program that will add and multiply huge numbers up to 30 digits long. I have successfully completed the addition...
Results 1 to 3 of 3