C++11添加了很多新特性,可以使程序代码变得简洁,这些特性实用而且效率高。不便之处是:要增加学习成本,还有你要升级你的编译器了。目前支持C++11特性的编译器有:g++ 4.8clang 3.3intel 13.0vs2012 nov ctp目前刚接触,看看下面几个常用C++11的代码:(1)比如... Read More
posted @ 2014-06-16 23:08 Xylophone Views(446) Comments(0) Diggs(0)
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.For e... Read More
posted @ 2014-06-16 00:18 Xylophone Views(151) Comments(0) Diggs(0)