Search:

Type: Posts; User: devildog561

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,630

    Thank you for you answer. I didn't realize that I...

    Thank you for you answer. I didn't realize that I had a single equals sign in my if statement.
  2. Replies
    1
    Views
    1,108

    Need help with tictactoe game

    I'm not sure what is wrong with it but when i enter cetain coordinates it puts X's on multipul squares.I am pretty new to programming so go easy on me.
    11555
    11556
  3. Replies
    2
    Views
    1,630

    Need help with tictactoe game(C)

    I'm not sure what is wrong with it but when i enter cetain coordinates it puts X's on multipul squares.I am pretty new to programming so go easy on me.
    11553
    11554
  4. I'm making a checkers game and i don't know whats wrong with it.

    So I am making a checkers game and I am still pretty new to c so can you tell me whats wrong with this player move function.
    If it would help i can paste the hole thing if you want.


    int...
  5. Replies
    14
    Views
    2,807

    I use vim. Its pretty good too.

    I use vim. Its pretty good too.
  6. Replies
    2
    Views
    813

    Need help with 2 deminsional string.

    my string is char loc[3][3];
    i need help setting every variable to a space
  7. Replies
    2
    Views
    764

    Need help with structures

    #include <stdio.h>

    struct worker {
    char name[25];
    char info[250];
    char number[3];
    };

    int main()
    {
  8. Replies
    6
    Views
    1,288

    When I did the math before i set it off somehow I...

    When I did the math before i set it off somehow I came up with 20gigs.
  9. Replies
    6
    Views
    1,288

    The only one i understand is the first one and i...

    The only one i understand is the first one and i fixed that.
  10. Replies
    6
    Views
    1,288

    I hope it's usefull.

    I am new to programming an this is a password file generator i made. I don't know how big it is i stopped it at 75GBs.


    #include <stdio.h>

    int main()
    {
    FILE *f;
    char...
  11. Replies
    13
    Views
    1,274

    11208

    11208
  12. Replies
    13
    Views
    1,274

    You guys are mean.

    You guys are mean.
  13. Replies
    13
    Views
    1,274

    You guys are messing with me right? I feel like...

    You guys are messing with me right? I feel like an idiot.
  14. Replies
    13
    Views
    1,274

    i'm confused. i asked if i was learning fast,...

    i'm confused. i asked if i was learning fast, slow, or normal and you said yes.
  15. Replies
    13
    Views
    1,274

    i use vi :)

    i use vi :)
  16. Replies
    13
    Views
    1,274

    Im new to programming "c"

    I am new to programming i just started a week ago and i don't see the point in pointers so i made this what can i do with them.All it does is lets you put in 3 letters and change them.Like the worlds...
Results 1 to 16 of 16