Search:

Type: Posts; User: EarthDevistator

Search: Search took 0.04 seconds.

  1. forgot about the other post lol sorry.

    forgot about the other post lol sorry.
  2. sorry :/ well when i put in the name i can only...

    sorry :/ well when i put in the name i can only put numbers in and i cant even put anything for the second player.
  3. im trying to make a connect four program built for two players and i cant seem get it

    #include <stdio.h>
    #include <math.h>
    int main(void)
    {
    int player1, player2;
    double count;
    {
    printf ("Welcome To Connect Four\n");
    }
    count = 0;
  4. hey im trying to create a connect four game please help.

    #include <stdio.h>
    #include <math.h>

    int main(void)

    {
    int player1, player2;
    double count;
    {
    printf ("Welcome To Connect Four\n");
  5. i got it thank you for your help. you got me in...

    i got it thank you for your help. you got me in the right direction and finished it. :)
  6. yes and i thank you for that but i would also...

    yes and i thank you for that but i would also like it to stop at 100.
  7. sorry im really new to this :/

    sorry im really new to this :/
  8. i am trying to get it to look like ...

    i am trying to get it to look like

    1,1,2,3,5,8,13,21,etc...
  9. "the variable ' ' is being used without being initialized" please help and thanks :)

    12236
Results 1 to 9 of 9