In this sample:
The client-side executable, developed with C++, instantiates the middle-tier C++ component, CPPArithmetic.
The client executable calls the multiply method in CPPArithmetic.
The multiply method computes the product of the input values, then returns the result.
The client executable displays the result for the end user.
Copyright © 2005. Sybase Inc. All rights reserved. |