Search:

Type: Posts; User: acid45

Search: Search took 0.00 seconds.

  1. Thread: 'p' == 's' ???

    by acid45
    Replies
    1
    Views
    959

    'p' == 's' ???

    Well, this code below usually works.


    #include <stdio.h>
    do
    {
    fflush(stdin);
    command = getch();
    }while(tolower(command) != 'p' && tolower(command) != 's');...
  2. Replies
    2
    Views
    4,021

    We got the key problem fixed, thanks. All the...

    We got the key problem fixed, thanks. All the characters in one file is for now. This is the first programming effort to make the game. Right now the ascii picture guy wants color. Bithcy ain't...
  3. Replies
    2
    Views
    4,021

    ascii values for keys

    I'm having trouble with keys. What happen was we were doing a game, really basic, and by we I mean me and two friends. So far we have a feature that we can have an unlimited number of people saving...
  4. Replies
    1
    Views
    1,249

    Printing colored blocks in C

    I need to know how to print a colored block in C.

    I've looked around the web and all I found was


    #define IMAGE_WIDTH 1
    #define IMAGE_HEIGHT 1
    #define IMAGE_LENGTH 1
    unsigned char...
  5. Thread: My game

    by acid45
    Replies
    1
    Views
    1,169

    My game

    This is the first site that I found with only programming...well I did find one that had prety much every "popular" language for sub-forums, but that wasn't it's main subject. Most of the people...
Results 1 to 5 of 5