Search:

Type: Posts; User: JoeShmoe

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,375

    i know thanks

    i know
    thanks
  2. Replies
    2
    Views
    1,375

    hackerslab level 14

    well i have a question on where to learn on how to do something
    i need read a tutorial on writing i program that is similiar to the problem


    the site for the problem is
    ...
  3. Thread: tic tac toe

    by JoeShmoe
    Replies
    4
    Views
    1,309

    what would be the best thing to know for a tic...

    what would be the best thing to know for a tic tac toe game
  4. Thread: tic tac toe

    by JoeShmoe
    Replies
    4
    Views
    1,309

    tic tac toe

    tic tac toe is not possible in c is it?
  5. Thread: Help!!!

    by JoeShmoe
    Replies
    2
    Views
    1,081

    Help!!!

    i need to have a short easy program suggested for me tomake
    i am new so i cant think of anything important to make that iseasy
  6. Replies
    2
    Views
    905

    thank you

    thank you
  7. Replies
    2
    Views
    905

    pagthoreom theory

    #include <stdio.h>
    #include <stdlib.h>
    int a, b, c;
    int main()
    {
    printf("Enter a: ");
    scanf( "%d", &a);
    printf("\n\nEnter b: ");
    scanf("%d", &b);
    c = (int) ( (a * a) + (b * b) );
Results 1 to 7 of 7