放牧代码和思想
专注自然语言处理、机器学习算法
    This thing called love. Know I would've. Thrown it all away. Wouldn't hesitate.

标签:《C++ Primer 第五版》

C++11 std::function用法
C++

C++11 std::function用法

阅读(23830)评论(7)

在看Cocos2d-x的范例代码时,随处可见“很奇怪”的语法: static std::function<Layer*()> createFunctions[] = {   &n...

const int*和int* const
C++

const int*和int* const

阅读(7077)评论(0)

在看《C++ Primer 第五版》的时候,发现了这么一个自己没注意到的地方: const int*和int* const中的const修饰的对象不同,const int*修饰值,不能改变指针所指的值;int* const修饰指针,不能改变...

我的作品

HanLP自然语言处理包《自然语言处理入门》