Any books covering the new C++/CLI spec yet?

R

_R

Now that the VS2005 beta is available, have any authors dipped their
toes into the new C++/CLI spec?

I'm particularly interested in how the new syntax/performance will
relate to 'C++Invoke' (using mixed C++ DLL to provide
managed->unmanaged transition for C#).
 
R

RBischoff

Hello _R,

Apparently Stan Lippman is in the process of writing a book on this very
topic. My source for this was found here : http://pluralsight.com/blogs/keith/archive/2004/10/06/2690.aspx

Hope this helps,
RBischoff
-----------------------------------------
http://msdn.microsoft.com/visualc/
http://www.mvps.org/vcfaq/
http://msdn.microsoft.com/visualc/whidbey/default.aspx (CLI)

_> Now that the VS2005 beta is available, have any authors dipped their
_> toes into the new C++/CLI spec?
_>
_> I'm particularly interested in how the new syntax/performance will
_> relate to 'C++Invoke' (using mixed C++ DLL to provide
_> managed->unmanaged transition for C#).
_>
 
I

Ioannis Vranos

_R said:
Now that the VS2005 beta is available, have any authors dipped their
toes into the new C++/CLI spec?

I'm particularly interested in how the new syntax/performance will
relate to 'C++Invoke' (using mixed C++ DLL to provide
managed->unmanaged transition for C#).


C++/CLI has not been finalised yet. You may download the latest draft and have a look:

http://www.plumhall.com/C++-CLI draft 1.10.pdf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top