Declare a Class Template as a Friend of Another Class Template June 19, 1999 A class template can be a friend of another class template. For example: template class D{/*
Use CreateInstance Compared to CreateObject and New in MTS June 19, 1999 The New keyword in VB is used to create a new instance of a class as an object for use within the current application. When used in a component within