摘要: 首先贴几个帖子 https://eastlakeside.gitbooks.io/interpy-zh/content/c_extensions/swig.html http://blog.csdn.net/a8572785/article/details/10427521 http://blog. 阅读全文
posted @ 2017-04-18 15:18 PyMCJ 阅读(3376) 评论(0) 推荐(0) 编辑
摘要: 1.C++定义了一套包括算术类型(arithmetic type)和空类型(void )在内的基本数据类型 算术类型包括了基本的 字符型,整数值,布尔型和浮点数 2.带符号类型和不带符合类型,切勿混用带符号类型和不带符号类型 short int long double都是带符号类型,通过在类型名前面 阅读全文
posted @ 2017-04-18 10:12 PyMCJ 阅读(114) 评论(0) 推荐(0) 编辑