previous | index | next

Constants

One way to approximate symbols is to use C++ constants that name integers:
      const int human = 0;
      const int computer = 1;

previous | index | next