Implementing the features of a CDSC
This section describes how to implement the features of a CDSC. Although primarily aimed at developers creating a CDSC in Visual C++, most of the information also applies to creating a CDSC in other development environments. Where details describe specific changes that you need to make to the skeleton C++ project, this is clearly stated.
If you used the Visual C++ CDSC wizard to create the project, there are various stubs in the source code where you need to add new code. Where you need to add the code depends on which features you want your CDSC to support.
See also