C++ has become more pythonic
学习python以后,对比之前的学得c++,发现现代c++(c++11 and later)的使用越来越偏向动态语言了。很多新加入的特性在python中也有体现。
C++ has become more pythonic
Literals
binary Literals
static const int primes = 0b101010101010
raw string
path =...
转载
2019-06-24 15:25:40 ·
219 阅读 ·
0 评论