自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

星云的工作间

零星技术问题

  • 博客(4)
  • 收藏
  • 关注

原创 Equivalent typeof in MC++

the new equivalent word in MC++ for typeof from C# is T::typeid,  example:C#:  typeof(System.Uri)MC++: System::Uri::typeid an old C++ syntax of it is __typeof(System::Uri)to use it, yo

2008-07-23 11:29:00 518

原创 [copy]static_cast, dynamic_cast, safe_cast

static_cast: includes no run-time checking, so is fast and potentially dangerous.dynamic_cast: includes run-time checking, so is slow and safe. Returns a null pointer if the cast fails.safe_cast:

2008-07-17 17:05:00 988

转载 Software Wars

很cool的一张图。来自http://mshiltonj.com/software_wars/current/ 

2008-07-08 17:03:00 711

原创 .NET Licensing

最近因为需要测试LC,所以研究了一下Windows类和一般控件的Licensing。网上有一篇很好的入门文章: http://windowsclient.net/articles/Licensing.aspx ,我这篇主要知识都来自它,这里只是简要记录一下免得以后忘掉。就以类的Licensing来说,关键点在于文章所说 The LicenseProviderAttribute

2008-07-08 16:09:00 790

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除