Fork me on GitHub

  2014年8月21日
摘要: // functional_mem_fun.cpp// compile with: /EHsc#include #include #include #include #include using namespace std;class StoreVals { int val;public:... 阅读全文
posted @ 2014-08-21 21:56 huashiyiqike 阅读(236) 评论(0) 推荐(0) 编辑
摘要: /usr/lib/gedit/plugins/terminal.py# -*- coding: utf8 -*-# terminal.py - Embeded VTE terminal for gedit# This file is part of gedit## Copyright (C) 200... 阅读全文
posted @ 2014-08-21 19:23 huashiyiqike 阅读(1554) 评论(0) 推荐(1) 编辑
摘要: decltype((variable))总是引用类型,但是decltype(variable)只有当variable是引用类型时才是引用类型。#include #include using std::cin;using std::cout;using std::endl;auto f(auto x)... 阅读全文
posted @ 2014-08-21 19:06 huashiyiqike 阅读(730) 评论(0) 推荐(0) 编辑
摘要: C familySupport for colorizing diagnostics emitted by GCC has been added. The -fdiagnostics-color=auto will enable it when outputting to terminals, -f... 阅读全文
posted @ 2014-08-21 16:00 huashiyiqike 阅读(1358) 评论(0) 推荐(0) 编辑
摘要: http://blog.jobbole.com/44015/2013/07/26 | 分类: C/C++, 开发 | 5 条评论 | 标签: C++11, C语言分享到: 127本文由 伯乐在线 - 治不好你我就不是兽医 翻译自 Marius Bancila。未经许可,禁止转载!欢迎加入:技术翻译小... 阅读全文
posted @ 2014-08-21 14:38 huashiyiqike 阅读(519) 评论(0) 推荐(0) 编辑