I simply need to cast one character to string.
The inverse method is as easy as str[0].
The following suggestions did not work for me:
char c = 34;
string(1,c);
//this doesn't work, the ...READ MORE
Jun 29, 2022
in C++
by
Damon
• 4,960 points
•
1,636 views