| Sign In/My Account | View Cart |
| Article: |
Writing Managed Wrappers with Managed C++ | |
| Subject: | what about wrapping Item class | |
| Date: | 2004-08-17 06:29:58 | |
| From: | dotnetnovice | |
|
I have read your article. I have one question. I did not see any class in managed c++ that has wrapped the Item class in unmanaged c++. How then can you call the unmanaged method insert( Item *ptr, int value ); from managed code.
|
||