![]() |
|
: Extension to C Sample Class Usage The following (basically do nothing) function gives an example of the creation and usage of the previously defined class:
void useIt()
{
object x;
int a;
x = New(MyClass);
a = GetAge(x);
}
[ Back to Top ] |
|||||||||||||||||||
|
. |