photo

Shiv Kumar


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 0

Answered
How to convert 3D line plot into 3D surf plot.
Nice post

5 years ago | 0