Search:

Type: Posts; User: kemiga

Search: Search took 0.01 seconds.

  1. Thread: 2D Array Board

    by kemiga
    Replies
    3
    Views
    1,200

    oh cool, thanks so much! I guess I was being an...

    oh cool, thanks so much! I guess I was being an idiot! haha
  2. Thread: 2D Array Board

    by kemiga
    Replies
    3
    Views
    1,200

    2D Array Board

    Hi all,

    I'm making a board using a 2D array in which there are 8 rows and 7 columns. The bottom four rows are filled with '1's and the top four are filled with '0's. I'm probably being a complete...
  3. Thread: Soundex

    by kemiga
    Replies
    1
    Views
    1,600

    Soundex

    Hi there,

    I'm writing a program that converts surnames into Soundex code and I've almost finished, but having a couple of problems with one of my functions. I keep getting two errors saying:
    ...
  4. Replies
    7
    Views
    10,058

    Done it, and it works!! Thanks so much!

    Done it, and it works!! Thanks so much!
  5. Replies
    7
    Views
    10,058

    sorry, I think I was supposed to use this!: ...

    sorry, I think I was supposed to use this!:


    #include <stdio.h>


    int gcd(int a, int b);

    int main(void)
  6. Replies
    7
    Views
    10,058

    Thanks for the warm welcome! This is my code so...

    Thanks for the warm welcome! This is my code so far:



    #include <stdio.h>


    int gcd(int a, int b);

    int main(void)
  7. Replies
    7
    Views
    10,058

    Simplifying Fractions

    Hello,

    I appreciate that this is probably a stupid question but I'm new to programming so please go easy on me!

    I'm writing a program that finds the gcd of two numbers then returns a simplified...
Results 1 to 7 of 7