一、C++11的新功能: 1.使用nullptr代表空指针: 主要是为了解决C++中NULL带来的二义性问题( …
Tag: C++
8月 09
关于c++中字符数组向字符数组指针赋值的问题 error: incompatible types in assignment of ‘char*’ to ‘char [19]’|
1234567const static int Len = 19; char name[Len]; plorg …
8月 09
1234567const static int Len = 19; char name[Len]; plorg …
近期评论