kevin55

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

2014年12月25日

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 void TestTuple1() 8 { 9 typedef boost::tuple person;10 person p("kevin", "25... 阅读全文
posted @ 2014-12-25 18:51 kernel_main 阅读(905) 评论(0) 推荐(0) 编辑

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #in... 阅读全文
posted @ 2014-12-25 14:54 kernel_main 阅读(1963) 评论(0) 推荐(0) 编辑

2014年12月18日

摘要: 转自:http://www.open-open.com/lib/view/open1328670468108.html内容目录:1、C++各大有名库的介绍——C++标准库2、C++各大有名库的介绍——准标准库Boost3、C++各大有名库的介绍——GUI4、C++各大有名库的介绍——网络通信5、C+... 阅读全文
posted @ 2014-12-18 11:16 kernel_main 阅读(445) 评论(0) 推荐(1) 编辑

2014年10月24日

摘要: // Sort.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include /************************************************************************//* copyright (c) 2... 阅读全文
posted @ 2014-10-24 00:08 kernel_main 阅读(538) 评论(0) 推荐(0) 编辑

2014年10月22日

摘要: // CPP_Test@2014.10.22.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include /************************************************************************//* ... 阅读全文
posted @ 2014-10-22 23:47 kernel_main 阅读(411) 评论(0) 推荐(0) 编辑

2014年9月10日

摘要: 公司的电脑上无法运行QtCreator, 又想用Qt,只能搞vs2010+Qt了, 看到运行时要链接一个几M到十几M的QtCore.dll和QtGui.dll,又有一种在用C#写的程序的感觉,很不爽,还是搞个静态库吧, 下面费话不多说,其它详细说明搜其它博客。。。configure -debug-a... 阅读全文
posted @ 2014-09-10 01:40 kernel_main 阅读(4634) 评论(0) 推荐(0) 编辑

2014年9月3日

摘要: 文件如下:root@ubuntu:/home/test# ll total 72drwxr-xr-x 3 root root 4096 Sep 2 10:20 ./drwxr-xr-x 4 root root 4096 Sep 2 08:31 ../-rwxr-xr-x 1 root root ... 阅读全文
posted @ 2014-09-03 01:26 kernel_main 阅读(513) 评论(0) 推荐(0) 编辑

2014年9月2日

摘要: SMB(Server Messages Block,信息服务块)是为了在ubuntu虚拟机与windows之间共享文件。具体配置过程如下:(1)安装SMB应用sudo apt-get install sambasudo apt-get install cifs-utils不知道是不是ubuntu已经... 阅读全文
posted @ 2014-09-02 23:35 kernel_main 阅读(443) 评论(0) 推荐(0) 编辑

2014年8月20日

摘要: 大概试了一下,还是不错的,不过字符编码问题还不太好解决:代码:#include "mainwindow.h"#include "ui_mainwindow.h"#include #include #include #include MainWindow::MainWindow(QWidget *pa... 阅读全文
posted @ 2014-08-20 00:27 kernel_main 阅读(13173) 评论(2) 推荐(0) 编辑

2014年8月19日

摘要: QSettings写ini配置文件(Qt版本5.2):#include "inidemo.h"#include #include IniDemo::IniDemo(QWidget *parent) : QMainWindow(parent){ ui.setupUi(this); Q... 阅读全文
posted @ 2014-08-19 00:50 kernel_main 阅读(2510) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页