2013年11月18日

Welcome Back to C++ (Modern C++)

摘要: http://msdn.microsoft.com/en-us/library/hh279654.aspx看看你是古代还是现代Cpper重点强调Stack-based scope instead of heap or static global scope.Auto type inference instead of explicit type names.Smart pointers instead of raw pointers.std::stringandstd::wstringtypes (see) instead of rawchar[]arrays.Standard templat 阅读全文

posted @ 2013-11-18 17:12 rickerliang 阅读(410) 评论(0) 推荐(0) 编辑

导航