Chapter 3 Creating C++ Components and Clients
Overview of the sample application
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 (C) 2004. Sybase Inc. All rights reserved.