c++ - 在构造函数初始值列表中使用 new 是什么意思?类似 :file(new vector<string>)
PHPz
PHPz 2017-04-17 13:51:35
0
2
599
PHPz
PHPz

学习是最好的投资!

reply all(2)
PHPzhong

Initialization list of constructor
http://www.cnblogs.com/BlueTzar/articles/1223169.html

刘奇

is simply a literal meaning, new a vector<string> to initialize the file.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template