摘要: constint*u;//指向constint的指针intconst*u;//同上int*constu;//指向int的指针intconst*constu;//指向const对象的const指针constint*constu;//同上 阅读全文
posted @ 2015-01-04 21:17 StuJnX6ry 阅读(104) 评论(0) 推荐(0) 编辑
摘要: typedef void (*callbackFun)(int a, int b);struct exm { int type; callbackFun fun;};A pointer is a special kind of variable that holds the add... 阅读全文
posted @ 2015-01-04 01:23 StuJnX6ry 阅读(437) 评论(0) 推荐(0) 编辑
摘要: GTK (GIMP Toolkit) 起源於开发用来做为GIMP (General Image Manipulation Program)的一套工具. GTK建立在GDK (GIMP Drawing Kit)的上层, 基本上是将Xlib功能包装起来. 它被称为GIMP toolkit是因为原来是写来... 阅读全文
posted @ 2015-01-04 00:51 StuJnX6ry 阅读(189) 评论(0) 推荐(0) 编辑