Chapter 3 Tutorial: C++ Components and C++ 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 © 2000 Sybase, Inc. All rights reserved.