C++ and COM
COM
4
Posts
4
Posters
0
Views
1
Watching
-
What aspect of the C++ language makes it easily adapted to COM application
-
What aspect of the C++ language makes it easily adapted to COM application
For VC++'s implementation of C++ : it's the v-table. - Bio.
-
For VC++'s implementation of C++ : it's the v-table. - Bio.
-
What aspect of the C++ language makes it easily adapted to COM application
C++ suport Pointer virtual mechanishm(Vtable),that ascpect will more help to develop COM application with efficent resource uses.