Search:

Type: Posts; User: WaltP

Search: Search took 0.02 seconds.

  1. Version 1: #include #include...

    Version 1:


    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>

    #define MAXSYM 20
    #define OUTCOL 13
    unsigned char symbols[MAXSYM] = { 128, 135, 143, 145, 156,
  2. I have my version....

    I have my version....
  3. Problem: This requires non-standard functions to...

    Problem:
    This requires non-standard functions to
    a) press any key
    b) 'suitable' clear screen

    Also, no version of this program ever required input, other than to get the next instruction...
Results 1 to 3 of 3