随笔分类 -  C++ Implementation

Object Model, Complier-dependent, Language implementation, Run-time library, inside c++ library implement with system call, portable vs OS-dependent C++对象模型,编译器相关实现,语言如何实现,深入运行时库,系统调用与标准库如何实现,标准库的可移植部分与OS相关部分
摘要:为了支持重载技术,Bornald和Microsoft分别发展了自己的Name mangling方案。 关于Borland DLL技术的介绍点击 http://www2.borland.com.tw/tw/td001018.html。 了解Microsoft的Name mangling,点击这个链接:http://www.kegel.com/mangle.html 。 采用COM技术,虽然带来... 阅读全文
posted @ 2007-10-25 23:00 中土 阅读(841) 评论(0) 推荐(0)
摘要:Runtime: When a program is running, or executing, it is said to be in runtime. The term is mostly used by software developers to specify when errors in a program occur. A "runtime error" is an error t... 阅读全文
posted @ 2007-09-20 18:19 中土 阅读(2686) 评论(0) 推荐(1)
摘要:为什么C++编译器不能支持对模板的分离式编译 --ppLiu 首先,C++标准中提到,一个编译单元[translation unit]是指一个.cpp文件以及它所include的所有.h文件,.h文件里的代码将会被扩展到包含它的.cpp文件里,然后编译器编译该.cpp文件为一个.obj文件,后者拥有PE[Portable E... 阅读全文
posted @ 2007-09-08 00:51 中土 阅读(1046) 评论(0) 推荐(0)

©2005-2008 Suprasoft Inc., All right reserved.