ATL内幕探究

王朝网络·vc·作者佚名  2006-01-08
宽屏版  字体: |||超大  

H1 {

font-family : "Book Antiqua", "Georgia", "Tahoma", "Times New Roman", "Times", serif;

color : #000000;

font-size : 16pt;

font-weight : bold;

border-width : 0 0 3px;

border-style : double;

border-color : #9f9f9f;

}

H2 {

font-family : "Arial", "Helvetica", sans-serif;

color : #000000;

font-size : 11pt;

font-weight : normal;

background-color : #eeeeee;

padding-left : 4px;

padding-top : 4px;

padding-right : 4px;

padding-bottom : 4px;

border-style : solid;

border-width : 1px;

border-color : #9f9f9f;

text-align : center;

}

H3 {

font-family : "Book Antiqua", "Georgia", "Tahoma", "Times New Roman", "Times", serif;

color : #000000;

font-size : 11pt;

font-weight : bold;

}

body {

margin-left : 10%;

margin-right : 10%;

font-family :"Tahoma", "Times New Roman", "Times", serif;

color : #000000;

font-size : 11pt;

scrollbar-face-color: #eeeeee;

scrollbar-shadow-color: #9F9F9F;

scrollbar-highlight-color: #eeeeee;

scrollbar-3dlight-color: #9F9F9F;

scrollbar-darkshadow-color: #FFFFFF;

scrollbar-track-color: #FFFFFF;

scrollbar-arrow-color: #000000;

}

p

{

font-size: 11pt;

color: #000000;

font-family: Georgia, Tahoma, 'Times New Roman' , Times, serif;

}

PRE

{

border-right: #9f9f9f 1pt solid;

border-top: #9f9f9f 1pt solid;

padding-left: 5pt;

padding-bottom: 10pt;

border-left: #9f9f9f 1pt solid;

border-bottom: #9f9f9f 1pt solid;

color: darkblue;

padding-top: 10pt;

font-family: 'Times New Roman';

background-color : #eeeeee;

}

HR

{

color: lightsteelblue;

}

td.general1 {

background-color : #ffcc00;

}

td.general2 {

background-color : #feeec0;

}

td.general3 {

background-color : #DDEEFF;

}

a:link {

color : #1507af;

text-decoration : none;

}

a:visited {

color : #1507af;

text-decoration : none;

}

a:hover {

color : #5547ef;

text-decoration : none;

}

a:active {

color : #4537df;

text-decoration : none;

}

frameset {

border-color : lightsteelblue;

}

ATL UNDER THE HOOD

我在上一篇文章中提到了这个很经典的文章系列,这里转载一下。里面的内容都是蛮好玩的,而且很底层。

目录

1

C++对象模型

2

有关虚函数

3

模板的使用

4

ATL用到的汇编

5

Windowing in ATL

欢迎访问我的主页

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有