|
-
March 31st, 1999, 12:41 PM
#1
How can i implement list of objects in COM
In MFC programming, i use link list to implement dynamic allocated objects.
However in COM, how can i implement that ?? for example, if i'm writing an
application for handling employee's details.
Should i write a COM for holding things about an employee and expose interface
for handling the details ??
How do i implement a collection objects of employees ?? Should i call
CoCreateInstance multiple times for employees, and store interface pointers
for every employee ??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|