- 博客(2)
- 资源 (7)
- 收藏
- 关注
转载 Isolated Storage
---By Graham Parker , published on 06 Dec 2004 Overview<br />Knowing how and where to store things is bread and butter stuff for an Application Developer. Applications need to store state information, options, user settings, configuration informa
2010-08-16 14:41:00
510
原创 析构函数、Finalize和Dispose
<br />众所周知,.Net代码属于managed code,即objects的内存的释放工作,由CLR代劳,programmer s通常不需要关注objects的内存释放问题。然而,.Net也提供了一些机制使programmers可以进行资源的释放工作。<br /> <br />析构函数<br />C++ style,便于c++programmers学习,运行机制类似于Finalize,参考示例1。<br /> <br />Finalize<br />如果一个object的内存将被释放时,需要通知该o
2010-07-21 19:06:00
452
C++ under the Hood--Jan Gray.pdf (learning sbout c++ compiler)
2009-04-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅