Here, there, everywhere
Live Mesh puts you at the center of your digital world, seamlessly connecting you to the people, devices, programs, and information you care about—
available wherever you happen to be.阅读全文>
发表于 @ 2008年07月18日 15:44:00|评论(loading...)|编辑|收藏
How to set NULL to a pointer in Managed C++?阅读全文>
发表于 @ 2008年07月15日 16:54:00|评论(loading...)|编辑|收藏
This article explores some of the issues in using libraries of unmanaged memory in the new managed memory environment (.Net). We take a look directly at the memory address (pointer) interfaces provided by these libraries and methodologies are presented in C# for manipulating this memory in .Net. 阅读全文>
发表于 @ 2008年07月10日 10:20:00|评论(loading...)|编辑|收藏
This article is aimed at developers who understand templates well enough to use them, but are not very experienced at developing them. Here, I will cover only template classes and not template functions, but the principles are the same in both cases. 阅读全文>
发表于 @ 2008年07月04日 10:19:00|评论(loading...)|编辑|收藏
if you want to remove the const attribute from a class or a pointer, const_cast can be helpful.阅读全文>
发表于 @ 2008年07月03日 21:24:00|评论(loading...)|编辑|收藏
error C2872: ‘IServiceProvider’ : ambiguous symbol using namespace System using /clr , there is an error when complie my project.the problem has been put me out for one whole day, happy to let it go at that.阅读全文>
发表于 @ 2008年07月03日 21:04:00|评论(loading...)|编辑|收藏
I recently needed to marshal some legacy C++ classes into a C# project on which I was working. Microsoft provides well documented means to marshal C-functions, and to marshal COM components, but they left out a mechanism to marshal C++ classes. This article documents the discoveries I made and the eventual solution I came up with.阅读全文>
发表于 @ 2008年07月02日 22:23:00|评论(loading...)|编辑|收藏
Did you ever face the challenge of calling a regular (unmanaged) C++ class library from managed code? Well, I did, and obviously some of the folks on the discussion board did as well. So, why is it such a challenge?阅读全文>
发表于 @ 2008年07月02日 20:48:00|评论(loading...)|编辑|收藏