随笔分类 -  C++

摘要:将毫秒转换为时分秒毫秒表示 阅读全文
posted @ 2016-06-23 09:08 fndefbwefsowpvqfx
摘要:新C++中已经有函数实现此类功能。 数字转为字符串 字符串转为数字 参见: from 阅读全文
posted @ 2016-06-21 21:13 fndefbwefsowpvqfx
摘要:I use this to split string by a delim. The first puts the results in a pre-constructed vector, the second returns a new vector. Note that this solutio 阅读全文
posted @ 2016-06-21 20:50 fndefbwefsowpvqfx
摘要:• iM: has identity and cannot be moved from • im: has identity and can be moved from (e.g. the result of casting an lvalue to a rvalue reference) • Im 阅读全文
posted @ 2016-06-21 19:19 fndefbwefsowpvqfx
摘要:地址 ASCII Escape Sequences C++ Complier Support C++标准现在状态 C语言格式化IO修饰符 C++中的数值类型 C++字符相关判断函数 STL容器列表 变量的storage duration and linkage lvalue xvalue prval 阅读全文
posted @ 2016-06-07 15:44 fndefbwefsowpvqfx