随笔-80  评论-1  文章-3  trackbacks-0
02 2010 档案
PInvoke .NET ~ C++
摘要: http://www.codeproject.com/KB/dotnet/PInvoke.aspx PInvoke is the mechanism by which .NET languages can call unmanaged functions in DLLs. This is especially useful for calling Windows API functions tha...阅读全文
posted @ 2010-02-26 14:08 jerry data 阅读(74) | 评论 (0) 编辑
how to call the member function?( C++ ) . or ->
摘要: // Declare a new object of type Point. Point ptOrigin; // Member function calls use the . member-selection operator. ptOrigin.SetX( 0 ); ptOrigin.SetY( 0 ); // Declare a pointer to an object of...阅读全文
posted @ 2010-02-05 14:30 jerry data 阅读(8) | 评论 (0) 编辑

昵称:jerry data
园龄:4年2个月
粉丝:1
关注:0
<2010年2月>
31123456
78910111213
14151617181920
21222324252627
28123456
78910111213

搜索

 

常用链接

我的标签

随笔分类(28)

随笔档案(80)

最新评论

阅读排行榜

评论排行榜

推荐排行榜