On the way

技术人转产品之路,2015重新出发!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年11月16日

摘要: Kenny Kerr 一篇名为C++: The Most Powerful Language for .NET Framework Programming文章中的对比表,十分清晰的展示了版本2语言中设计的简洁和与原生语言的接近。值得参考:描述C++/CLIC#创建引用类型的对象ReferenceTy... 阅读全文
posted @ 2011-11-16 17:52 On the way 阅读(2070) 评论(0) 推荐(0)

摘要: Lvalues and RvaluesAnobjectis a region of storage that can be examined and stored into. Anlvalueis an expression that refers to such an object. An lvalue does not necessarily permit modification of the object it designates. For example, aconstobject is an lvalue that cannot be modified. The termmodi 阅读全文
posted @ 2011-11-16 16:58 On the way 阅读(10941) 评论(0) 推荐(1)