Overview of the sample application

In this sample:

  1. The client-side executable, developed with C++, instantiates the middle-tier C++ component, CPPArithmetic.

  2. The client executable calls the multiply method in CPPArithmetic.

  3. The multiply method computes the product of the input values, then returns the result.

  4. The client executable displays the result for the end user.