首先下载得到boost的最新版(目前最新版是1.63) 下载地址: http://www.boost.org 也可以从这里直接下载 http://download.csdn.net/detail/zengraoli/9815337 下载完成后解压出来 编译32位的boost库 打开vs的32位命令行 Read More
posted @ 2018-07-24 19:52
findumars
Views(4717)
Comments(0)
Diggs(1)
2017年06月07日 11:02:25 阅读数:402 2017年06月07日 11:02:25 阅读数:402 阅读数:402 分类 范围 字节 备注 简单类型 序数 整数 Integer -2147483648 .. 2147483647 4 有符号32位 Cardinal 0 .. 4294 Read More
posted @ 2018-07-24 19:50
findumars
Views(2021)
Comments(0)
Diggs(0)
更新,下面这table为最新的tokyo基本数据类型与C++的对照关系: Delphi to C++ types mapping Go Up to Support for Delphi Data Types and Language Concepts Below is a list of Delph Read More
posted @ 2018-07-24 19:23
findumars
Views(3152)
Comments(0)
Diggs(0)
首先我们要知道哪些类型可以用For In吧,下面就是: for Element in ArrayExpr do Stmt; 数组 for Element in StringExpr do Stmt; 字符串 for Element in SetExpr do Stmt; 集合 for Element Read More
posted @ 2018-07-24 19:19
findumars
Views(1884)
Comments(0)
Diggs(0)
Introduction This is a tutorial for installation of Qt 5.7.0 to Ubuntu 12.10. It may be used also for newer versions of Qt and Ubuntu. A difference fo Read More
posted @ 2018-07-24 19:13
findumars
Views(5873)
Comments(0)
Diggs(0)