Search:

Type: Posts; User: Benjito

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,529

    Better Code

    #include <iostream>
    using namespace std;

    const int TOP_ROW = 0;
    const int BOT_ROW = 199;
    const int LEFT_COL = 0;
    const int RIGHT_COL = 399;

    typedef int RowRange;
    typedef int ColRange;
  2. Replies
    9
    Views
    1,529

    Please help me !!!!

    I got an error message telling me that the local functions definitions are ilegal.. This si the Code... this function is supposed to fill a graphic region on the screen.

    #include <iostream>...
Results 1 to 2 of 2