小祥的blog

游戏开发
随笔 - 11, 文章 - 0, 评论 - 7, 引用 - 0
数据加载中……

2008年1月29日

wxWidgets helper classes

     摘要: wxWidgets helper classeswxWidgets库可以创建控制台( console )和界面( gui )程序,下面将在控制台模式下介绍一些helper class。Console这是一个简单得控制台程序,在控制台窗口里输出一些信息。#include<wx/string.h>intmain(intargc,char**argv){wxPuts(wxT("AwxWidg... 阅读全文

posted @ 2008-01-29 21:52 小祥 阅读(420) | 评论 (0)编辑