Search:

Type: Posts; User: natty

Search: Search took 0.00 seconds.

  1. actually I think that's an incorrect solution you...

    actually I think that's an incorrect solution you need to set the child to null
  2. Replies
    4
    Views
    3,062

    I fixed it, thanks.16456

    I fixed it, thanks.16456
  3. Replies
    4
    Views
    3,062

    Well ........

    Well ........
  4. Replies
    4
    Views
    3,062

    game programming borders without a good shape

    My PACMAN game is not working.
    16455
    I would like to stop my character from going out of bounds.
    Can somebody tell me how to do a non-square border?
  5. Replies
    8
    Views
    22,235

    This is college level Math Class (System) |...

    This is college level Math Class (System) | Microsoft Docs
    This is elementary level: C# Variables with Examples - Tutlane
    Good luck screwing this up, mate.
  6. Replies
    4
    Views
    3,355

    FILE *f = fopen("test.ppm", "r+a+"); if (f ==...

    FILE *f = fopen("test.ppm", "r+a+");
    if (f == NULL)
    {
    perror("Unable to open file!");
    exit(1);
    }
    char *line;
    size_t len = 0;
    int n = 0;
    int a, b, c;
Results 1 to 6 of 6