In Crystal Version 6.0 Edition for C++, there is a sentence about Class Types:
value classes, or types, whose name begins with T. They do not own any external object, either directly (by pointer) or indirectly (by handle).
Pls explain for me for 'own any external object', give me a example is better. Thanks.

Reply With Quote

