
cpp
文章平均质量分 53
excpp
这个作者很懒,什么都没留下…
展开
-
【转】C++字符串完全指引之一 —— Win32 字符编码
(转自:http://www.vckbase.com/document/viewdoc/?id=1082)C++字符串完全指引之一 —— Win32 字符编码原著:Michael Dunn翻译:Chengjie Sun原创 2011-08-22 03:49:51 · 387 阅读 · 0 评论 -
GTK+ 2 给窗口设置背景图片
If you want set a image like a background in you gtk window, you should do:1 - Load the image to a GdkPixbuf or variant. (gdk_pixbuf_new_from_file)2 - Create a pixmap and a mask bitmap. (gdk_pixbu转载 2013-11-01 16:20:27 · 2252 阅读 · 0 评论 -
[GTK+] 固定窗口大小
gtk_widget_set_size_request设定大小(这时gtk_widget_set_default_size不顶用)gtk_window_set_resizable设置为FALSE原创 2013-11-01 16:24:12 · 2742 阅读 · 0 评论 -
WinXP编译mongodb c++ driver
prebuild:Microsoft Visual Studio 2008(安装完将Visual Studio 9.0\VC\bin和Microsoft Visual Studio 9.0\Common7\IDE添加进path里)python 2.7sconsboost 1.54(编译完将boost\boost复制进VC\include里,并将boost\libs下的文件复制进VC原创 2013-11-01 23:07:46 · 1292 阅读 · 0 评论