摘要: 1. 官网下载最新的Boost库,我的是1.552.在使用vs2013编译boost-1.55.0之前,先要给boost做下修改:boost_1_55_0\boost\intrusive\detail\has_member_function_callable_with.hpp line:222tem... 阅读全文
posted @ 2015-04-27 20:15 Master HaKu 阅读(1351) 评论(0) 推荐(0)
摘要: IntSLList.h//************************ intSLList.h **************************// singly-linked list class to store integers#ifndef INT_LINKE... 阅读全文
posted @ 2015-04-27 18:32 Master HaKu 阅读(826) 评论(0) 推荐(0)
摘要: 菜单都以MenuItem开头MenuItemLabel - 文本菜单项MenuItemImage - 图片菜单项// on "init" you need to initialize your instancebool HelloWorld::init(){ if (!Layer::init(... 阅读全文
posted @ 2015-04-27 10:57 Master HaKu 阅读(754) 评论(0) 推荐(0)