string a = string(); same with string a;?valarray<int> a = valarray<int>(); same with valarray<int> a;? |
|
|
|
string a = string(); same with string a;?valarray<int> a = valarray<int>(); same with valarray<int> a;?student::student(){}//try to leave the job of calling constructors of string and valarray to the compiler. |
|
|
|