![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15490253_1557824854157_DEF.jpg)
Shiv Kumar
2019년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
How can I creat a empty string?
std::string a; if(a.empty()) { } or std::string a; if(!a.empty()) { } a = "42"; if(!a.empty()) ...
How can I creat a empty string?
std::string a; if(a.empty()) { } or std::string a; if(!a.empty()) { } a = "42"; if(!a.empty()) ...
5년 초과 전 | 0