摘要: 1. 引言 提起class和struct,我们首先的感觉是语法几乎相同,待遇却翻天复地。历史将接力棒由面向过程编程传到面向对象编程,class和struct也背负着各自的命运前行。在我认为,struct英雄迟暮,class天下独行,最本质的区别是class是引用类型,而struct是值类型,它们在... 阅读全文
posted @ 2015-12-23 16:09 yhb8367 阅读(125) 评论(0) 推荐(0) 编辑
摘要: Delphi 数据类型列表 分类范围字节备注简单类型序数整数Integer-2147483648 .. 21474836474有符号32位Cardinal0 .. 42949672954无符号32位Shortint-128 .. 1271有符号8位Smallint-32768 .. 327672有符... 阅读全文
posted @ 2015-12-23 16:07 yhb8367 阅读(182) 评论(0) 推荐(0) 编辑