今天在网上看到了一篇写得非常好的文章,是有关c++类继承内存布局的。看了之后获益良多,现在转在我自己的博客里面,作为以后复习之用。——谈VC++对象模型(美)简.格雷程化 译译者前言一个C++程序员,想要进一步提升技术水平的话,应该多了解一些语言的语意细节。对于使用VC++的程序员来说,还应该了解一... Read More
posted @ 2014-11-27 18:17 findumars Views(1160) Comments(0) Diggs(0)
_stdcall和_cdecl两种调用方式的区别 (2013-01-13 10:07:40)转载▼ 在看代码的时候遇到很多_stdcall修饰的函数,很是不明白到底什么意思,所以在网上搜了一些资料如下:其实要弄懂这个东西,我觉着汇编知识还是需要再回头复习一下:(1) _stdcall调用 _stdc Read More
posted @ 2014-11-27 18:11 findumars Views(414) Comments(0) Diggs(0)
有空自己也写一个学习笔记,先把参考文章记下了:http://www.cnblogs.com/aguncn/archive/2012/11/14/2769989.htmlhttp://www.cnblogs.com/aguncn/archive/2012/11/14/2769814.htmlhttp:... Read More
posted @ 2014-11-27 17:57 findumars Views(12779) Comments(0) Diggs(1)
OO 面向对象法则的使用good 当前这个库的精妙用法,比如VC,或者QTarchi 项目整体架构的方法super 特殊好技巧important 十分重要的数据(比如皮肤软件的文字颜色设置十分重要,因为是相对于背景色的颜色,否则会看不清文字),函数,API等等entrance程序的几个关键入口:启动... Read More
posted @ 2014-11-27 01:56 findumars Views(262) Comments(0) Diggs(0)
procedure TForm1.Button1Click(Sender: TObject);var hEdit: HWND; str: string;begin str := '准备要添加到记事本的字符串'; WinExec('Notepad.exe', SW_SHOWNORMAL); ... Read More
posted @ 2014-11-26 01:55 findumars Views(864) Comments(0) Diggs(0)