Listing 1

int main(){
  //Note the use of the Scope Resolution
  // operator.
  Expressions01::classMain();
  return 0;
}//end main

Listing 1