Answers for "how to initlaize string with a size c++ stl"

C++
0

initialize string with length c++

string word(length,' ');
Posted by: Guest on July-21-2021

Browse Popular Code Answers by Language