Strings STL video(C++ Launchpad course)
Complete C++ Course
cpp-strings-stl
Vidhuverma
(Vidhu Verma)
October 18, 2019, 7:48am
#1
not able to understand this part :
bool compare(string a ,string b)
{ return a>b;}