摘要:
之前不知道为什么调用无参构造函数不能加(),是因为加上了()这样的形式就和函数声明语句一样了 #include<bits/stdc++.h> using namespace std; const int maxn=1e5+5; class people{ public: people(){ prin 阅读全文
摘要:
一、原生字符串(raw string literals) 比如我们写硬盘上一个文件的访问路径:"C:\Program Files\Microsoft.NET\ADOMD.NET",你需要把它写成以下格式 string path = "C:\\Program Files\\Microsoft.NET\ 阅读全文